-
Notifications
You must be signed in to change notification settings - Fork 209
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
Feature: Better experience for modifying RoleAssignments #3318
Labels
Comments
This is a good idea - building on the design of ASO as a goal seeking system. I'll schedule the design work for this for our next release; once that's done, we can look at where it fits in our backlog. |
We need to sort out write-once properties #1443 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When RoleAssignments are modified, ASO can naively just try to update the existing RoleAssignment object. This results in an error -
RoleAssignmentUpdateNotPermitted: Tenant ID, application ID, principal ID, and scope are not allowed to be updated.
This means that externally we have to be responsible for knowing when to, and deleting/recreating the RoleAssignment. It would be cool if ASO either:
The text was updated successfully, but these errors were encountered: