We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc4c8e commit edbc636Copy full SHA for edbc636
1 file changed
iqe-host-inventory-plugin/iqe_host_inventory/utils/rbac_utils.py
@@ -21,7 +21,7 @@ class RBACInventoryPermission(Enum):
21
GROUPS_WRITE = "inventory:groups:write"
22
GROUPS_ALL = "inventory:groups:*"
23
ALL_READ = "inventory:*:read"
24
- # ALL_WRITE = "inventory:*:write" # This doesn't exist: https://github.com/RedHatInsights/rbac-config/blob/master/configs/stage/permissions/inventory.json # noqa
+ # ALL_WRITE = "inventory:*:write" # This doesn't exist: https://github.com/RedHatInsights/rbac-config/blob/master/configs/stage/permissions/inventory.json
25
ADMIN = "inventory:*:*"
26
RBAC_ADMIN = "rbac:*:*"
27
STALENESS_READ = "staleness:staleness:read"
0 commit comments