IBM / ibm-spectrum-scale-csi

The IBM Spectrum Scale Container Storage Interface (CSI) project enables container orchestrators, such as Kubernetes and OpenShift, to manage the life-cycle of persistent storage.
Apache License 2.0
64 stars 50 forks source link

Feature to support password rotation in the CSI operator and driver #1148

Open badri-pathak opened 2 months ago

badri-pathak commented 2 months ago

Is your feature request related to a problem? Please describe. In the current functional availability, when the credentials gets changed, then every-time resources automatically recreates/restarts, leading to wait for 5minutes.

Describe the solution you'd like Feature to support password rotation without resources restart/recreate in the CSI operator and driver.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

badri-pathak commented 2 months ago

PR to support this feature: feature to support password rotation