mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-09 23:48:00 +00:00
Add Service resource "delete" permission to Concierge RBAC
- Because the impersonation proxy config controller needs to be able to delete the load balancer which it created Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
@@ -75,7 +75,7 @@ metadata:
|
||||
rules:
|
||||
- apiGroups: [ "" ]
|
||||
resources: [ services ]
|
||||
verbs: [ create, get, list, patch, update, watch ]
|
||||
verbs: [ create, get, list, patch, update, watch, delete ]
|
||||
- apiGroups: [ "" ]
|
||||
resources: [ secrets ]
|
||||
verbs: [ create, get, list, patch, update, watch, delete ]
|
||||
|
||||
Reference in New Issue
Block a user