-
Notifications
You must be signed in to change notification settings - Fork 190
Fix #279 #280 #294
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
Fix #279 #280 #294
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except failed checks need to be fixed so not yet approving.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - hopefully user is able to test it fixes the reported issues - needs DoU reviewer before merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…able to modify/remove them correctly
* chore: changed the type of the inherited attribute to Set type to be able to modify/remove them correctly * chore: added a test case to validate the user error * chore: changed actions attribute as optional * chore: improved test case removing actions to validate that it can be ommiting * chore: updated go.mod and dependecies
* chore: changed the type of the inherited attribute to Set type to be able to modify/remove them correctly * chore: added a test case to validate the user error * chore: changed actions attribute as optional * chore: improved test case removing actions to validate that it can be ommiting * chore: updated go.mod and dependecies
Description
The inherited Roles attribute was changed to Set type to handle the best way when a user wants to remove/update inherited roles.
Link to any related issue(s): #279 #280
Type of change:
Required Checklist: