Loren Gordon

Results 184 comments of Loren Gordon

It's a bit of a bear to manually add every directory with terraform configurations into dependabot. Each directory with .tf files is really its own, independent terraform module. Plus, the...

Separate PRs for each updated "source" is my preference... That way each dependency update gets tested on it's own. If there are interrelated changes between dependencies needed to pass tests,...

Just curious before I actually try it, but if the ECR public registry is public, does dependabot already send updates for images that do not require authentication, when _just_ specifying...

That's really weird. I *am* able to pull the image with no authentication. @jurre maybe an easier approach here would be to remove the authentication requirement for this endpoint, make...

Oh right on. Just found the related issue and feature request, apparently ECR Public doesn't support the list-image-tags API of the docker registry spec. 🤦‍♂️ https://github.com/aws/containers-roadmap/issues/1262

Might be worth checking this again. ECR just released support for listing tags on public repos... https://github.com/aws/containers-roadmap/issues/1262#issuecomment-1196017565

@heydonovan I think that config is invalid... `credential_process` is expected to output the credential as json, but your setup has the temporary credential defined in `~/.aws/credentials`. That location takes precedence...

I think I'm running into a similar instance of this issue. Since the aws-cli auto-refreshes the credential, I can usually run cli commands all day long without re-running `aws sso...

I don't think this was related to #7340, as it predated that issue by quite a long while, and has different symptoms. And while this may be "expected behavior" that...