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
465 stars 132 forks source link

Support secrets-store-csi-driver v1.2.0+ #152

Open Eyal-Shalev opened 1 year ago

Eyal-Shalev commented 1 year ago

Describe the bug In secrets-store-csi-driver v1.2.0 they moved the volume default mount see v1.1.0 release notes.

Note to Providers: The provider volume default will move from /etc/kubernetes/secrets-store-csi-providers to /var/run/secrets-store-csi-providers in a future version of the driver. For more info see https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/823 and https://github.com/kubernetes-sigs/secrets-store-csi-driver/issues/870.

To Reproduce

Steps to reproduce the behavior:

  1. Use the AWS secrets provider with version 1.2.0+ of the secrets store csi driver.
jbct commented 1 year ago

Thank you for the report. We have filed an enhancement to upgrade to the 1.x driver.

simonmarty commented 8 months ago

Merged #317 and #303 to close the linked PRs above. We still need to update and test the new default volume mount.