Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to get ECR credentials: credentials not found in native keychain #349

Open
warezWally opened this issue Oct 17, 2022 · 0 comments
Open

Comments

@warezWally
Copy link

warezWally commented Oct 17, 2022

I'm recieving this error, with the "put" task in our pipe staing that basic auth credentials not found.

    type: docker-image
    icon: docker
    source:
      repository: ((ACCOUNT)).dkr.ecr.((REGION)).amazonaws.com:443/((ENV))-((WORKFLOW))-ecr
      aws_access_key_id: ((KEY))
      aws_secret_access_key: ((SECRET))

The access_key and secret are pulled from a Concourse secrets manager and work in other areas of the pipe. I also have ecr:* in the IAM policy of the User in question. Yet still getting the error in the title. I even tried avoiding the variable and going verbatim. What am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant