Expand description
Secret management data types — the stability contract for credential resolution.
These are data types only. The actual resolution traits (SecretResolver,
AuthProvider, CryptoProvider) live in separate crates (skg-secret,
skg-auth, skg-crypto). Layer 0 defines the vocabulary; higher
layers define the behavior.
Structs§
- Secret
Access Event - Lifecycle event emitted when a secret is accessed.
Enums§
- Secret
Access Outcome - Outcome of a secret access attempt.
- Secret
Source - Where a secret is stored. This describes the BACKEND, not the delivery mechanism.