concourse / concourse-docker

Offical concourse/concourse Docker image.
Apache License 2.0
241 stars 153 forks source link

Help setting up AWS Secrets manager #57

Closed exosyphon-meritize closed 4 years ago

exosyphon-meritize commented 4 years ago

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 4 years ago

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.