-
Notifications
You must be signed in to change notification settings - Fork 43
HSM integration for private keys #226
Copy link
Copy link
Open
Labels
Description
Context
Exposing oracle private keys in env vars is a major security risk.
Goal
Implement KeyService adapter for AWS KMS / Google Cloud KMS.
Contributor guide
- Directory:
oracle/ - Create HSM-backed sign() method in KeyService.
- Never fetch the raw secret; perform signing in the HSM.
- Update config to choose KeyProvider based on environment.
- Document IAM policy requirements.
References
- Security Best Practices - Key Management.
Reactions are currently unavailable