- 
                Notifications
    You must be signed in to change notification settings 
- Fork 83
Example of property-based access control using temporal value #1887
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
Example of property-based access control using temporal value #1887
Conversation
        
          
                modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
      …-access-control.adoc Co-authored-by: Phil Wright <[email protected]>
        
          
                modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
      …-access-control.adoc Co-authored-by: Reneta Popova <[email protected]>
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.
Thanks, @HannesSandberg. I have two minor suggestions. For which version is this PR?
        
          
                modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                modules/ROOT/pages/authentication-authorization/property-based-access-control.adoc
              
                Outdated
          
            Show resolved
            Hide resolved
        
      …-access-control.adoc Co-authored-by: Reneta Popova <[email protected]>
…-access-control.adoc Co-authored-by: Reneta Popova <[email protected]>
| Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. | 
| 
 @renetapopova Thanks for reviewing. This feature was merged last week so will be for the next release, which would be 5.26 right? | 
| 
 yes, thanks! | 
| .Show the privilege created by the command in the previous example as a revoke command: | ||
| [source, syntax, role="noheader"] | ||
| ---- | ||
| SHOW ROLE regularUsers PRIVILEGES AS REVOKE COMMANDS | 
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.
I think there's a lot of things granted to that role but if this page isn't being tested I guess just returning the one you want to show is fine 🤷
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.
yes, I did want to show the explicit case and not everything that was granted to the role
cypher manual PR