How to Reset Azure AKS Service Principal credentials #2111
rjshrjndrn
started this conversation in
KnowledgeBase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We'll have to reset / rotate aks sp creds when it expires. This is how we do
Steps
Get the service principal client id
Check the validity
Reset the credential
az ad sp credential reset --name $SP_ID
This will give a sample output like this
Run the below command for resetting the credential.
It might take some time to propagate.
Beta Was this translation helpful? Give feedback.
All reactions