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

Inject IAM Roles Anywhere credentials into pod running on EKSA Cluster #7733

Open
saiteja313 opened this issue Feb 28, 2024 · 0 comments
Open
Labels
external An issue, bug or feature request filed from outside the AWS org kind/enhancement New feature or request

Comments

@saiteja313
Copy link

saiteja313 commented Feb 28, 2024

What would you like to be added:

We have EKS Pod identity webhook that injects IAM credentials into pod running on EKSA cluster.

This allows granular per pod/deployment credentials configuration.

Considering EKSA is deployed on on-premise, we want to have IAM Roles anywhere credentials injector for pods.

Why is this needed:

For security purposes to get granular IAM credentials on pod level.

Workaround:

./aws_signing_helper credential-process \
    --certificate /path/to/certificate.pem \
    --private-key /path/to/private-key.pem \
    --trust-anchor-arn <TA_ARN> \
    --profile-arn <PROFILE_ARN> \
    --role-arn <ExampleS3WriteRole_ARN>

Run above script as init container for application pod and store the credentials in a config file.

configure application to parse these credentails and authenticate with AWS cloud.

@taneyland taneyland added kind/enhancement New feature or request external An issue, bug or feature request filed from outside the AWS org labels Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external An issue, bug or feature request filed from outside the AWS org kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants