Inject IAM Roles Anywhere credentials into pod running on EKSA Cluster #7733
Labels
external
An issue, bug or feature request filed from outside the AWS org
kind/enhancement
New feature or request
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:
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.
The text was updated successfully, but these errors were encountered: