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
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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