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 Support for IRSA on AWS #462

Closed
kartik-moolya opened this issue Mar 8, 2021 · 0 comments · Fixed by #463
Closed

Need Support for IRSA on AWS #462

kartik-moolya opened this issue Mar 8, 2021 · 0 comments · Fixed by #463
Labels
bug Something isn't working enhancement New feature or request

Comments

@kartik-moolya
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently the AWS signing works only when the request goes through EC2 metadata endpoint. We need to be able to auth using the Webhookidentity auth provided by AWS
https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html

Describe the solution you'd like
Allow creating AWS session object using the webhook identity

Describe alternatives you've considered
Using KIAM or directly the EC2 instance is the only option which cuts down the principle of "least access"

Additional context
This could help us cutting down the dependency on Kiam and rather use native AWS provided kubernetes JWT signing

@kartik-moolya kartik-moolya added bug Something isn't working enhancement New feature or request labels Mar 8, 2021
@mergify mergify bot closed this as completed in #463 Mar 17, 2021
mergify bot pushed a commit that referenced this issue Mar 17, 2021
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
 - Feature Pull Request

##### SUMMARY
<!--- Describe the change, including rationale and design decisions -->
Capability to fetch AWS credentials from the EKS OIDC provider
<!---
If you are fixing an existing issue, please include "Fixes #nnn" in your
PR comment; and describe briefly what the change does.
-->

<!--- Please list dependencies added with your change also -->

Fixes #462
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant