Auth mech for AWS Secret CSI Driver #245
Unanswered
andrewgkew
asked this question in
Q&A
Replies: 2 comments
-
Looks like according to this file that IRSA is the only way right now? https://github.com/aws/secrets-store-csi-driver-provider-aws/blob/main/auth/auth.go |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try mounting Then ASCP may be able to assume a chained role (IRSA annotation) in a local cluster using your local Related discussion: external-secrets/external-secrets#2567 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the docs and the more I play with this CSI driver it seems I can only authenticate with a role ie. IRSA but what if I want to use this on a local dev cluster like Kind?
What if I want to authenticate using an IAM user i.e. access and secret key? Can I not do that?
Beta Was this translation helpful? Give feedback.
All reactions