fix: allow "org.read" and "policy.read" on ORG_USER_MANAGER (#5256)

This commit is contained in:
Livio Spring
2023-02-21 09:31:35 +01:00
committed by GitHub
parent 6662e45de4
commit c5d0c109da

View File

@@ -874,6 +874,7 @@ InternalAuthZ:
- "project.grant.member.delete"
- Role: "ORG_USER_MANAGER"
Permissions:
- "org.read"
- "user.read"
- "user.global.read"
- "user.write"
@@ -882,6 +883,7 @@ InternalAuthZ:
- "user.grant.write"
- "user.grant.delete"
- "user.membership.read"
- "policy.read"
- "project.read"
- "project.role.read"
- Role: "ORG_OWNER_VIEWER"