mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 14:46:10 +02:00
add RBAC fix to namespaces - get, watch, list to each gateway-*route (#4205)
* add RBAC fix to namespaces - get, watch, list to each gateway-*route * fix conflicts * resolve conflicts * Apply suggestions from code review Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com> --------- Co-authored-by: Steve Hipwell <steve.hipwell@gmail.com>
This commit is contained in:
parent
8dd49cc8b2
commit
fb87e344db
@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed support for gateway-grpcroute, gateway-tlsroute, gateway-tcproute, gateway-udproute
|
||||
https://github.com/kubernetes-sigs/external-dns/issues/3845
|
||||
- Fix args for webhook deployment. ([#4202](https://github.com/kubernetes-sigs/external-dns/pull/4202))
|
||||
|
||||
## [v1.14.2] - 2024-01-22
|
||||
|
||||
@ -59,17 +59,15 @@ rules:
|
||||
- apiGroups: ["gateway.networking.k8s.io"]
|
||||
resources: ["gateways"]
|
||||
verbs: ["get","watch","list"]
|
||||
- apiGroups: [""]
|
||||
resources: ["namespaces"]
|
||||
verbs: ["get","watch","list"]
|
||||
{{- end }}
|
||||
{{- if has "gateway-httproute" .Values.sources }}
|
||||
- apiGroups: ["gateway.networking.k8s.io"]
|
||||
resources: ["httproutes"]
|
||||
verbs: ["get","watch","list"]
|
||||
{{- end }}
|
||||
{{- if has "gateway-httproute" .Values.sources }}
|
||||
- apiGroups: [""]
|
||||
resources: ["namespaces"]
|
||||
verbs: ["get","watch","list"]
|
||||
{{- end }}
|
||||
{{- if has "gateway-grpcroute" .Values.sources }}
|
||||
- apiGroups: ["gateway.networking.k8s.io"]
|
||||
resources: ["grpcroutes"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user