Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
feat: add Gateway API RBACs
Browse files Browse the repository at this point in the history
  • Loading branch information
jspdown authored and traefiker committed Mar 12, 2024
1 parent ce1cf08 commit ded0911
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions traefik-hub/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,26 @@ rules:
verbs:
- create
- patch
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses
- gateways
- httproutes
- referencegrants
- tcproutes
- tlsroutes
verbs:
- get
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources:
- gatewayclasses/status
- gateways/status
- httproutes/status
- tcproutes/status
- tlsroutes/status
verbs:
- update

0 comments on commit ded0911

Please sign in to comment.