AWS Secret Manager Integration
If you'd like to add secrets to ConsoleMe's configuration, we recommend using our AWS Secrets Manager integration. Using this is simple:
Make a YAML file that contains the secrets that you would like to merge into your ConsoleMe configuration.
Add this secret to AWS Secrets Manager
The secret that you store in AWS Secrets Manager must be valid YAML.
Give permissions to your Central Account role (The role that the ConsoleMe service uses on-instance) to read your new secret
Modify your ConsoleMe Configuration YAML to reference this secret in an
extends
parameter.
Example:
Deploy ConsoleMe. If you're deploying the vanilla ConsoleMe docker image, you can specify an environment variable with an S3 location that ConsoleMe can download it's configuration from. More details are in the Configuration section.
Last updated