-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
1. Proposed title of this feature request
Feature to enable/disable the automatic secret rotation and to modify/configure rotation polling interval in the sscsi driver operator.
2. What is the nature and description of the request?
The --enable-secret-rotation flag currently is hardcoded and will be reset any time the pod is reconciled. We should add this flag to the operator configuration and pass it to the operand which would provide user with configuration abilities.
3. Why does the customer need this? (List the business requirements here)
The customer manages approximately 200 secrets per cluster. Continuous polling of the Azure Key Vault for secret updates results in a high number of transactions, leading to unnecessary costs and performance overhead.
Having the ability to control secret rotation behavior would provide better cost efficiency and operational flexibility.
4. List any affected packages or components.
Secret Store CSI driver operator.