- Add Test 5 to integration_test.sh for authentication verification
- Test admin endpoints reject unauthorized requests properly
- Test admin endpoints work with valid JWT tokens
- Test KV endpoints respect anonymous access configuration
- Extract and use auto-generated root account tokens
docs: update README and CLAUDE.md for recent security features
- Document allow_anonymous_read and allow_anonymous_write config options
- Update API documentation with authentication requirements
- Add security notes about DELETE operations always requiring auth
- Update configuration table with new anonymous access settings
- Document new authentication test coverage in CLAUDE.md
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Created extensive README.md covering:
📖 Documentation:
- Complete feature overview with architecture diagram
- Detailed REST API reference with curl examples
- Step-by-step cluster setup instructions
- Configuration options with explanations
- Operational modes and conflict resolution mechanics
🔧 Development Guide:
- Installation and build instructions
- Testing procedures for single/multi-node setups
- Conflict resolution testing workflow
- Project structure and code organization
- Key data structures and storage format
🚀 Production Ready:
- Performance characteristics and limitations
- Production deployment considerations
- Monitoring and backup strategies
- Scaling and maintenance guidelines
- Network requirements and security notes
🎯 User Experience:
- Quick start examples for immediate testing
- Configuration templates for different scenarios
- Troubleshooting tips and important gotchas
- Clear explanation of eventual consistency model
The documentation provides everything needed to understand, deploy,
and maintain the KVS distributed key-value store in production.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>