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

Fixup a situation where Azure RBAC role ID was mis-identified #306

Merged
merged 1 commit into from
May 2, 2022

Conversation

ckittel
Copy link
Member

@ckittel ckittel commented Apr 29, 2022

Prevents a deployment failure for AKS resource RBAC role assignments when using Azure RBAC for cluster access.

Also fixes typos in a couple descriptions.

Fixes: #310

@ckittel ckittel self-assigned this Apr 29, 2022
@ckittel ckittel added the bug Something isn't working label Apr 29, 2022
Copy link
Contributor

@ferantivero ferantivero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for bug fixing this @ckittel LGTM 🚀

only one comment to be considered.

@@ -63,9 +63,6 @@ var acrPullRole = '${subscription().id}/providers/Microsoft.Authorization/roleDe
var managedIdentityOperatorRole = '${subscription().id}/providers/Microsoft.Authorization/roleDefinitions/f1a07417-d97a-45cb-824c-7a7467783830'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any desire to replicate the same design for this one and others?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not in this pass, as these didn't seem to have problems (still don't really know why) - and I'm keeping the changes scope to just those that I know had the issue. But yes, I think it would make sense to see if we can do this with the rest of them.

@ckittel ckittel merged commit 3edb913 into main May 2, 2022
@ckittel ckittel deleted the fix-azure-rbac branch May 2, 2022 15:32
@ckittel
Copy link
Member Author

ckittel commented May 2, 2022

Thanks @ferantivero!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure RBAC role assignments fail to apply
2 participants