You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="(Optional) Whether to use the Azure Key Vault Provider for Secrets Store CSI Driver in an AKS cluster. For more details: https://docs.microsoft.com/en-us/azure/aks/csi-secrets-store-driver"
368
+
type=bool
369
+
default=false
370
+
nullable=false
371
+
}
372
+
373
+
variable"secret_rotation_enabled" {
374
+
description="Is secret rotation enabled? This variable is only used when enable_key_vault_secrets_provider is true and defaults to false"
375
+
type=bool
376
+
default=false
377
+
nullable=false
378
+
}
379
+
380
+
variable"secret_rotation_interval" {
381
+
description="The interval to poll for secret rotation. This attribute is only set when secret_rotation is true and defaults to 2m"
0 commit comments