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
476
stars
134
forks
source link
CSI secret store driver fails to create secret #294
Describe the bug
I have deployed csi secret store driver in my cluster and it running as deamon set.
I have below servieaccount,clusterrole and clusterrolebinding setup
Describe the bug I have deployed csi secret store driver in my cluster and it running as deamon set. I have below servieaccount,clusterrole and clusterrolebinding setup
@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@
I added list secret permission to the cluster role but deamonset logs is still showing an error
To Reproduce
Steps to reproduce the behavior:
Do you also notice this bug when using a different secrets store provider (Vault/Azure/GCP...)? Yes/No
If yes, the issue is likely with the k8s Secrets Store CSI driver, not the AWS provider. Open an issue in that repo.
Expected behavior
Environment: OS, Go version, etc.
Additional context Add any other context about the problem here.