envoyproxy / envoyproxy/gateway
Missing cluster permissions in clusterrole
Open
stale
triage
- Dominant language
- Go
- Stars
- 3k
- Forks
- 864
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 140
Description
*Description*:
"failed to call TokenReview API to verify service acacount jwt"
*Repro steps*:
create a gateway and envoyproxy in a different namespace to the controller
*Environment*:
1.7.1
*Logs*:
See desc.
*Correction*
+ - apiGroups:
+ - authentication.k8s.io
+ resources:
+ - tokenreviews
+ verbs:
+ - create
+ - apiGroups:
+ - authorization.k8s.io
+ resources:
+ - subjectaccessreviews
+ verbs:
+ - create
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.