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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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_IDThis will give a sample output like this
Run the below command for resetting the credential.
It might take some time to propagate.
All reactions