Skip to content

Commit

Permalink
Add rbac permissions to manage serviceaccount to space-developer
Browse files Browse the repository at this point in the history
  • Loading branch information
guangyw committed Jul 19, 2023
1 parent ac57a7d commit 304fe55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/200-user-roles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ rules:
- apiGroups: [""]
resources: ["services"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
- apiGroups: [""]
resources: ["serviceaccounts"]
verbs: ["get", "list", "create", "update", "delete", "patch", "watch"]
- apiGroups: ["networking.k8s.io"]
resources: ["networkpolicies"]
verbs: ["*"]
Expand Down

0 comments on commit 304fe55

Please sign in to comment.