-
Notifications
You must be signed in to change notification settings - Fork 36
Add AUTH RULE notifications #409
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
base: dev
Are you sure you want to change the base?
Conversation
|
This PR includes documentation updates Updated pages: |
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.
One missed authrule and two comments on consistency
| ---- | ||
|
|
||
| Title of the returned code:: | ||
| `REVOKE ROLE reader FROM AUTH RULE` has no effect. |
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.
comparing with the user one you're missing the rule name:
| `REVOKE ROLE reader FROM AUTH RULE` has no effect. | |
| `REVOKE ROLE reader FROM AUTH RULE authrule` has no effect. |
| ====== | ||
| ===== | ||
|
|
||
| .Revoking a role from an auth rule that is not assigned to this role |
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.
comparing with the user and privilege ones:
| .Revoking a role from an auth rule that is not assigned to this role | |
| .Revoking a role from an auth rule that does not have that role |
| ====== | ||
| ===== | ||
|
|
||
| .Granting a role to an auth rule which already is assigned to that role |
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.
comparing with the user and privilege ones:
| .Granting a role to an auth rule which already is assigned to that role | |
| .Granting a role to an auth rule that already has that role |
https://linear.app/neo4j/issue/COPS-294/update-to-notification-command-has-no-effect-grantrevoke-role-to-auth
Notifications introduced behind feature flag in:
https://github.com/neo-technology/neo4j/pull/33898