Austin Vazquez
Austin Vazquez
@AkihiroSuda, I removed some not required changes if you would take a second look. Enabling errcheck could probably be its own PR as most of its warnings are around checking...
It would be nice to have #10204 first which vendors golang.org/x/[email protected] to match the base of the cherry-picked commit but not a hard requirement.
/ok-to-test
Hi @chaychoong, thanks for reporting the issue and including so much detail. Initial triage leads me to believe this is a software bug introduced with the AWS Go SDK the...
### Initial triage Docker is configured to fetch credentials via Amazon ECR credential helper. Users can configure credential helper via AWS CLI configuration to fetch credentials via an external process....
If same issue as #7375, can this be closed as duplicate?
Agreed @blackliner, some distributions are having older credential helper versions. For others, the AWS SSO feature was added in v0.6.0. So just be sure to double check the versions. If...
Hi @cwichka , for kubernetes I recommend the [amazon-ecr-credential-provider](https://github.com/kubernetes/cloud-provider-aws/tree/master/cmd/ecr-credential-provider). I'm not very familiar with EKS pod identity, but have you tried the provider? See https://kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/ for more details.
Success criteria is this line can be removed from .golangci.yml ``` - G404 # Use of weak random number generator ```