Replies: 1 comment 2 replies
-
It’s expected. Rule without condition specifies that user is able to perform action on any resource of specified type. Please refer to guide for more details. But in short your rules say:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
in my application, I am updateing the abilities instance with the following rules:
I was expecting, that a user only has
view
permissions on the resource with the id_dcc316cc-67a1-4b7a-929b-831e73b06f2a
, but hasmanage
permissions, when I askability.can('manage', 'Process')
with'Process'
as a string. However, the user has alsomanage
permissions on the specific resource in this case. Can this behaviour be changed, or is this correct?Beta Was this translation helpful? Give feedback.
All reactions