Help setting up AWS Secrets manager
exosyphon-meritize opened this issue · 1 comments
exosyphon-meritize commented
I have been trying to figure out how to configure Concourse to use the AWS Secrets Manager and I added the following environment variables into the docker-compose file but from the logs it doesn't look like it ever reaches out to AWS to fetch the creds. Am I missing something or should this automatically happen when adding these environment variables under environment in the docker-compose file?
CONCOURSE_AWS_SECRETSMANAGER_REGION: XXXXX
CONCOURSE_AWS_SECRETSMANAGER_ACCESS_KEY: XXXXXXXX
CONCOURSE_AWS_SECRETSMANAGER_SECRET_KEY: XXXXXXXX
exosyphon-meritize commented
Having these worked but I needed to have the / on the front of my AWS secrets (e.g. /concourse/teamname/secret) and then have the value be only a string.