Skip to content

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

@warezWally

Description

@warezWally

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions