support xds auth (#117)

This commit is contained in:
澄潭
2023-01-04 17:52:07 +08:00
committed by GitHub
parent 79c894373c
commit 4a69d9e605
4 changed files with 25 additions and 0 deletions

View File

@@ -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"]