Skip to content
New issue

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

Client ID used instead of Object(Principal)ID #7

Open
Nokaido opened this issue Jul 11, 2022 · 2 comments
Open

Client ID used instead of Object(Principal)ID #7

Nokaido opened this issue Jul 11, 2022 · 2 comments

Comments

@Nokaido
Copy link

Nokaido commented Jul 11, 2022

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!

@Nokaido
Copy link
Author

Nokaido commented Jul 12, 2022

Here how I would solve it:
deployprofisee.sh.txt

@ProfiseeAdmin
Copy link
Contributor

Here how I would solve it: deployprofisee.sh.txt

Thank you, has been fixed in dev. We'll update prod as soon as we've validated the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants