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
Today the client id in both SecretProviderClass and ServiceAccount should be same and such information is duplicated. We can add a flag to let SecretProviderClass always use the client id provided by the service account of the pod rather than us providing it as a parameter.
Anything else you would like to add:
There is a pull request pending for review that could be a solution
Environment:
Secrets Store CSI Driver version: (use the image tag):
Azure Key Vault provider version: (use the image tag): v1.5.1
Kubernetes version: (use kubectl version): 1.28.5
Cluster type: (e.g. AKS, aks-engine, etc): AKS
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Today the client id in both
SecretProviderClass
andServiceAccount
should be same and such information is duplicated. We can add a flag to letSecretProviderClass
always use the client id provided by the service account of the pod rather than us providing it as a parameter.Anything else you would like to add:
There is a pull request pending for review that could be a solution
Environment:
kubectl version
): 1.28.5The text was updated successfully, but these errors were encountered: