-
Notifications
You must be signed in to change notification settings - Fork 21
Fixes #288 - Operator does not revoke permissions when roles get removed from the list #295
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
Conversation
|
Hello folks, How should I proceed with this PR in order to get merged? Thanks |
Thanks for the contribution @brunocascio. Great work! I'll help getting this merged. |
|
@freeznet Please review |
lhotari
left a comment
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, good work @brunocascio
|
It seems that this change causes a regression #310 . @brunocascio do you have a chance to take a look? |
maybe it's better to rollback this change due to it breaks currenty functionality of permissions. |
Fixes #288
Motivation
When roles get removed from
PulsarPermission's roles property, it must be removed from Pulsar permissions.Modifications
GetTopicPermissionsandGetNamespacePermissions)Verifying this change
This change added tests and can be verified as follows:
Documentation
Check the box below.
Need to update docs?
no-need-docBecause it's a fix