Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
KEYCLOAK-13065 Permissions sync
Browse files Browse the repository at this point in the history
  • Loading branch information
slaskawi authored and stianst committed Mar 10, 2020
1 parent 6ff0b7c commit e17e7b4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion deploy/cluster_roles/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
- create
- update
- watch
- delete
- apiGroups:
- apps
resources:
Expand Down Expand Up @@ -113,11 +114,15 @@ rules:
- keycloakrealms
- keycloakrealms/status
- keycloakrealms/finalizers
- keycloakclients
- keycloakclients/status
- keycloakclients/finalizers
- keycloakbackups
- keycloakbackups/status
- keycloakbackups/finalizers
- keycloakclients
- keycloakusers
- keycloakusers/status
- keycloakusers/finalizers
verbs:
- get
- list
Expand Down

0 comments on commit e17e7b4

Please sign in to comment.