database
backend
Added RPC functions to create, read, and update vault secrets
- Public RPC endpoints for vault secrets — Added three database RPC functions (vault_create_secret, vault_read_secret, vault_update_secret) to make it easier for applications to create, retrieve, and update secrets stored in the vault schema.
New Features
- Added vault_create_secret, vault_read_secret, and vault_update_secret RPC functions to the public schema to manage secrets in the vault.database
API
- Exposed the new vault RPC functions as public database endpoints so applications can call them directly to handle secret lifecycle operations.backend