Skip to content

Commit

Permalink
Allow administrator to list namespaces and manage RBACs and admission…
Browse files Browse the repository at this point in the history
… webhooks
  • Loading branch information
vpnachev committed Aug 28, 2020
1 parent e0a0b19 commit 4c77bbf
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ rules:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
- clusterrolebindings
verbs:
- '*'
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- '*'

# Aggregated cluster role specifying garden administrators.
# IMPORTANT: You need to define a corresponding ClusterRoleBinding binding specific users
Expand Down

0 comments on commit 4c77bbf

Please sign in to comment.