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

Need aws-go-sdk version updated to support iam:AssumeRoleWithWebIdentity at EKS #179

Closed
hippothewild opened this issue Nov 21, 2019 · 2 comments · Fixed by #180
Closed
Assignees

Comments

@hippothewild
Copy link
Contributor

hippothewild commented Nov 21, 2019

Hi, I've been using Escalator so far for scaling k8s clusters with Spark batch jobs running inside. Thanks for building an awesome product!

I'm currently running Kubernetes cluster with Kops+Kiam which do not have any issue about assuming IAM role for Escalator pod, but when I try to run Escalator on EKS-managed cluster, it can't assume IAM role given by service account.

The root cause is that older version of AWS SDK does not support iam:AssumeRoleWithWebIdentity with OIDC provider. it seems resolvable when we update AWS SDK to the latest version - 1.23.13 is the minimum verison required.

It will be greatly appreciated if the new version with updated SDK is released. Thank you so much!

@awprice
Copy link
Member

awprice commented Nov 22, 2019

Thanks for raising this issue @hippothewild! This is perfectly doable.

@hippothewild
Copy link
Contributor Author

Just opened a PR to handle this issue.

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

Successfully merging a pull request may close this issue.

2 participants