Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/6-federation/WPB-24811
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove exposure of internal federator endpoints and only leave pathes with /federation prefixes exposed.
2 changes: 1 addition & 1 deletion charts/integration/templates/envoy-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- matches:
- path:
type: PathPrefix
value: /
value: /federation
backendRefs:
- name: integration
port: {{ $dynamicBackend.federatorExternalPort }}
Expand Down
2 changes: 1 addition & 1 deletion charts/integration/templates/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
- host: {{ $dynamicBackend.federatorExternalHostPrefix }}.{{ $.Release.Namespace }}.svc.cluster.local
http:
paths:
- path: /
- path: /federation
pathType: Prefix
backend:
service:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- host: {{ .Values.config.dns.federator }}
http:
paths:
- path: /
- path: /federation
pathType: Prefix
backend:
service:
Expand Down