Unable to auto rotate Azure vault secrets with AKS #903
Unanswered
gowthambalram
asked this question in
Q&A
Replies: 1 comment
-
@gowthambalram Are you using AKS add-on? If so there was a bug related to missing Roles and Role Bindings. But It's fixed now. Ref : #871 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We enabled auto syncSecret.enabled and enableSecretRotation at our AKS cluster and during the auto sync, driver pod is throwing the following error :
E0530 17:48:52.842825 1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1.Secret: failed to list *v1.Secret: secrets is forbidden: User "system:serviceaccount:csi-secrets-store:secrets-store-csi-driver" cannot list resource "secrets" in API group "" at the cluster scope
Is there a way we can change service account to a different service account if its the issue with access to service account ?
Beta Was this translation helpful? Give feedback.
All reactions