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
438 stars 123 forks source link

Allow setting driver-writes-secrets argument via Helm #338

Open Elentary opened 3 months ago

Elentary commented 3 months ago

Issue #337

Description of changes:

This change allows setting driver-writes-secrets flag via Helm chart value. One of usages example is setting the flag to true for deploying provider in non-EKS clusters in order to let the driver itself write secrets, because usual way of writing by plugin is not working.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.