Skip to content

Commit

Permalink
update access rights
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwoehrle committed Sep 24, 2022
1 parent b1543fe commit c1607dd
Showing 1 changed file with 44 additions and 30 deletions.
74 changes: 44 additions & 30 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,47 @@ kind: Role
metadata:
name: keycloakclient-operator
rules:
- apiGroups:
- ""
resources:
- events
- secrets
verbs:
- list
- get
- create
- patch
- update
- watch
- delete
- apiGroups:
- keycloak.org
resources:
- keycloaks
- keycloaks/status
- keycloaks/finalizers
- keycloakrealms
- keycloakrealms/status
- keycloakrealms/finalizers
- keycloakclients
- keycloakclients/status
- keycloakclients/finalizers
verbs:
- get
- list
- update
- watch
- apiGroups:
- ""
resources:
- services
- services/finalizers
- events
- secrets
- configmaps
- pods
verbs:
- list
- get
- create
- patch
- update
- watch
- delete
- apiGroups:
- apps
resources:
- replicasets
- deployments
verbs:
- list
- get
- watch
- apiGroups:
- monitoring.coreos.com
resources:
- servicemonitors
verbs:
- list
- get
- create
- update
- watch
- apiGroups:
- apps
resourceNames:
- keycloak-operator
resources:
- deployments/finalizers
verbs:
- update

0 comments on commit c1607dd

Please sign in to comment.