Expand description
Authentication and Role-Based Access Control (RBAC) for AstraeaDB.
Supports API key authentication with three roles:
Admin: full access to all operationsWriter: read + write operations (no admin)Reader: read-only operations
Structs§
- ApiKey
Entry - An API key entry with associated metadata.
- Audit
Entry - An entry in the audit log.
- Auth
Manager - Authentication and authorization manager.
Enums§
- Role
- User roles with increasing privilege levels.