aws / secrets-store-csi-driver-provider-aws

The AWS provider for the Secrets Store CSI Driver allows you to fetch secrets from AWS Secrets Manager and AWS Systems Manager Parameter Store, and mount them into Kubernetes pods.
Apache License 2.0
452 stars 126 forks source link

Support of Access Management Roles Anywhere #380

Open ruslansalikhov opened 1 month ago

ruslansalikhov commented 1 month ago

Hello,

Could you please implement support of Access Management Roles Anywhere

It will simplify the usage of Secret Manager in non-EKS clusters.

goyalya commented 1 month ago

@ruslansalikhov - Are there any issues that you are seeing with deployments to non-EKS Clusters?

krraghavanai commented 3 weeks ago

I have been trying this and the driver keeps trying to use IAM authentication instead of the RolesAnywhere. Minimally having a working example would help. It's hard to say at the moment if this feature is supported and doesn't work or it is not yet supported. Is it expected to work?