Explaining how to manage secrets in Blink.
secrets
section in the configuration file.
In the example blow, we are combining both environment variables and remote secret manager. We are defining the storage_type
as aws_secret_manager
and providing the AWS credentials as environment variables.
#{secret.NAME_OF_THE_SECRET_IN_AWS_SECRET_MANAGER}
etcd/host
will be fetched from the AWS Secrets Manager and will be used in the configuration file.