Restructure solution layout by module
This commit is contained in:
14
src/__Libraries/StellaOps.Cryptography.Kms/AGENTS.md
Normal file
14
src/__Libraries/StellaOps.Cryptography.Kms/AGENTS.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# KMS & Key Management Guild Charter
|
||||
|
||||
## Mission
|
||||
Provide key management abstractions and drivers (file, cloud KMS, HSM, FIDO2) for signing and verification workflows.
|
||||
|
||||
## Scope
|
||||
- Key store interfaces, secure configuration loading, and audit logging.
|
||||
- Drivers for file-based development keys, cloud KMS providers, PKCS#11 HSMs, and FIDO2 devices.
|
||||
- Key rotation, revocation, and attestation for keys used in signing.
|
||||
|
||||
## Definition of Done
|
||||
- KMS API supports signing, verification, key metadata, rotation, and revocation.
|
||||
- Drivers pass integration tests and security review.
|
||||
- CLI/Console can manage keys using these abstractions.
|
||||
Reference in New Issue
Block a user