We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In: kubernetes/Azure-ARM/deployprofisee.sh
in Line 148: akskvidentityClientId=$(az identity create -g $AKSINFRARESOURCEGROUPNAME -n $identityName --query 'clientId' -o tsv);
the Client ID is queried and later it is used where the object ID should be used: line 173 - 187
Same with $KUBERNETESCLIENTID line: 137 - 142
To set the role Assigments you have to use the Object ID!
The text was updated successfully, but these errors were encountered:
Here how I would solve it: deployprofisee.sh.txt
Sorry, something went wrong.
Thank you, has been fixed in dev. We'll update prod as soon as we've validated the changes.
No branches or pull requests
In: kubernetes/Azure-ARM/deployprofisee.sh
in Line 148: akskvidentityClientId=$(az identity create -g $AKSINFRARESOURCEGROUPNAME -n $identityName --query 'clientId' -o tsv);
the Client ID is queried and later it is used where the object ID should be used: line 173 - 187
Same with $KUBERNETESCLIENTID line: 137 - 142
To set the role Assigments you have to use the Object ID!
The text was updated successfully, but these errors were encountered: