mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-08-19 04:06:35 +00:00
add tokenreviews permission for supporting token auth way (#1131)
Signed-off-by: Wei Liu <liuweixa@redhat.com>
This commit is contained in:
@@ -48,3 +48,6 @@ rules:
|
||||
- apiGroups: ["work.open-cluster-management.io" ]
|
||||
resources: ["manifestworks/status" ]
|
||||
verbs: ["patch", "update"]
|
||||
- apiGroups: ["authentication.k8s.io"]
|
||||
resources: ["tokenreviews"]
|
||||
verbs: ["create"]
|
||||
|
||||
Reference in New Issue
Block a user