Expand description
Database secrets engine for ZVault.
Generates short-lived database credentials on demand. Supports PostgreSQL and MySQL connection configurations with role-based credential generation. Credentials are tracked via the lease system and revoked on expiry.
Structs§
- Database
Config - A configured database connection.
- Database
Credentials - Generated credentials returned to the caller.
- Database
Engine - The database secrets engine.
- Database
Role - A role definition that controls how credentials are generated.