mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
support xds auth (#117)
This commit is contained in:
@@ -45,3 +45,8 @@ rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["services"]
|
||||
verbs: ["get", "watch", "list", "update", "patch", "create", "delete"]
|
||||
|
||||
# Used to verify the JWT tokens
|
||||
- apiGroups: ["authentication.k8s.io"]
|
||||
resources: ["tokenreviews"]
|
||||
verbs: ["create"]
|
||||
|
||||
Reference in New Issue
Block a user