kubernetes-sigs / aws-efs-csi-driver

CSI Driver for Amazon EFS https://aws.amazon.com/efs/
Apache License 2.0
711 stars 545 forks source link

Configure FIPS Mode for AWS EFS CSI Driver #1325

Closed mskanth972 closed 2 months ago

mskanth972 commented 5 months ago

Is your feature request related to a problem? Please describe. Currently the configuration seems to be hard-coded in the efs_watch_dog.go file, and users don't see a way to set fips_mode_enabled. Even when we try to manually set that configuration, it gets overridden from efs_watch_dog.go again. we need to introduce an configurable way that allows users to enable or disable FIPS mode according to their security requirements.

https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/pkg/driver/efs_watch_dog.go#L30

k8s-triage-robot commented 2 months ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale