concourse / concourse/docker-image-resource

After adding http_proxy and https_proxy in concourse worker job is failing for resource with error -failed to get ECR credentials: credentials not found in native keychain

Open
#351 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
162
Forks
250
PR merge metrics
No merged PRs in 30d

Description

We added below configurations -

http_proxy=http://username-pass@proxy.xxxx.xxxxx.cloud:8080/
https_proxy=http://username-pass@proxy.xxx.xxxxx.cloud:8080/)
no_proxy=.github.com,.amazon.com

Error when Job runs to fetch image :
failed to get ECR credentials: credentials not found in native keychain

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the resource image-fetching job with the listed http_proxy, https_proxy, and no_proxy values, then trace how ECR credentials are obtained when the proxy is enabled. Done means the worker can fetch the image through the proxy without reporting that credentials are missing.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, docker, go
Domain
cloud, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.