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

Support for web identity token authentication #55

Open
AFriemann opened this issue Apr 18, 2023 · 4 comments
Open

Support for web identity token authentication #55

AFriemann opened this issue Apr 18, 2023 · 4 comments

Comments

@AFriemann
Copy link

Hey there!

It would be helpful to support web identity token authentication. This would allow using IRSA on EKS (https://docs.aws.amazon.com/emr/latest/EMR-on-EKS-DevelopmentGuide/setting-up-enable-IAM.html) instead of having to rely on outdated strategies like kube2iam or hard-coded user access keys.

Here is an example implementation on the golang sdk: aws/aws-sdk-go@2e1d76a

@palmobar
Copy link

palmobar commented May 25, 2023

Hi, I suppose once this is done supporting sso will be only one step away? This is quite a problem for anyone wanting to deploy theirs elixir/erlang app to EKS.

@onno-vos-dev
Copy link
Member

I can try and take a look at this in the next week or two. If need some help from someone else in testing this as O don't currently have the necessary environment setup for it so any volunteers?

@AFriemann
Copy link
Author

@onno-vos-dev we could probably support with testing this, we have bigger issues with development capacity :)

@dw-kihara
Copy link
Contributor

dw-kihara commented May 23, 2024

I also need support for web identity tokens in my (company's) project, so I am writing a provider.
My work here: dw-kihara#1
Moved here: #73

I think this code is not well-tested (or even well-coded), but I hope it helps.

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

4 participants