You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
About resource protection, setting multiple roles in a resource means requiring all of the roles.
# requires both roles `foo` and `bar`
- uri: /xx/xx
roles:
- foo
- bar
Is there any way to set the role requirement to be any of the roles? Either globally or resource specific?
i.e. having only role foo is enough to access the resource.
Thank you very much.
The text was updated successfully, but these errors were encountered:
narerkrit-dotography
changed the title
Question: role requirements logic "OR"
Question: resource protection with "any of" role requirements
Jun 29, 2018
Hello,
About resource protection, setting multiple roles in a resource means requiring all of the roles.
Is there any way to set the role requirement to be any of the roles? Either globally or resource specific?
i.e. having only role
foo
is enough to access the resource.Thank you very much.
The text was updated successfully, but these errors were encountered: