Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: upgrade aws-sdk-go to support IRSA #3013

Closed
tmeneau opened this issue Sep 23, 2019 · 5 comments
Closed

Feature request: upgrade aws-sdk-go to support IRSA #3013

tmeneau opened this issue Sep 23, 2019 · 5 comments

Comments

@tmeneau
Copy link

tmeneau commented Sep 23, 2019

Amazon recently released support for IRSA (IAM Roles for Service Accounts), which is supported starting in aws-sdk-go 1.23.13.

From my understanding the IRSA workflow checks environment variables for relevant credentials. If that's true, upgrading the aws-sdk-go dependency to >= 1.23.13 should do the trick here. Then again, it looks like Docker Distribution is currently using version 1.15.11, so this might require some peripheral changes.

References

@jonathan-mothership
Copy link

I just tried building the registry with aws-sdk-go v1.28.2 and deploying to EKS to see if that would provide support for IRSA with no luck. I haven't looked too deeply at this but there might be more steps beyond bumping the SDK version.

@jackivanov
Copy link

any progress on this?

@cep21
Copy link

cep21 commented Dec 3, 2020

Hi, for context this will make deploying on EKS much easier and secure since we won't have to embed IAM credentials into our kub deployments.

@leandrocostam
Copy link

Can we close this issue?
#3124

@tmeneau tmeneau closed this as completed Dec 4, 2021
@tmeneau
Copy link
Author

tmeneau commented Dec 4, 2021

Closing as this has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants