Secure secrets
Brightspot provides a data model and service for securely storing secrets in the CMS. This can be used to securely store sensitive data, such as API keys or passwords. The system can either store the secret value in the Brightspot database or externally in a third-party service.
Brightspot currently provides two secret storage services:
- Database Secret Service: An in-database storage with PBKDF2WithHmacSHA256 encryption.
- AWS Secret Service: An integration with AWS Secrets Manager to store the secret in AWS Cloud.
The secrets system provides a way to implement custom secret service storage solutions.
Previous Topic
Resource bundles
Next Topic
Secure secrets configuration and usage