Description
It is sometimes necessary to setup permissions for users who don't belong to any group or any role. Following macros will make it easier to handle such use cases:
- IS_NOT_IN_ANY_GROUP
- IS_NOT_IN_ANY_ROLE
- IS_IN_ANY_GROUP
- IS_IN_ANY_ROLE
In addition, having support for following macros will make it easier to check if current resource has any tags or not:
- HAS_ANY_TAG
- HAS_NO_TAG
Attachments
Attachments
Issue Links
- relates to
-
RANGER-3764 conditions to support macros IS_IN_GROUP, IS_IN_ROLE, HAS_TAG
- Resolved