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

Expose Additional Security Context Settings in Helm Chart #329

Open devopserio opened 4 months ago

devopserio commented 4 months ago

Hello,

I am trying to deploy the secrets-store-csi-driver-provider-aws Helm Chart in a Kubernetes cluster with restricted PodSecurityAdmission (PSA). To meet the requirements of the PSA, I need to adjust the securityContext of the pods deployed by this Helm release.

Currently, the Helm chart only exposes settings for securityContext.privileged and securityContext.allowPrivilegeEscalation. Could you add options for the following securityContext settings to the Helm chart?

These settings are required to meet the requirements of the restricted PSA. Your assistance in this matter would be greatly appreciated.

Thank you.

jbct commented 2 months ago

Thank you for the report, we have noted this as an enhancement.