You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/en/latest/tasks/traffic/backend.md
+98Lines changed: 98 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ A Backend resource can be used to:
16
16
- Expose a Service or Pod that should not be accessible
17
17
- Reference a Service or Pod by a Route without appropriate Reference Grants
18
18
- Expose the Envoy Proxy localhost (including the Envoy admin endpoint)
19
+
- When configured as the `DynamicResolver` type, it can route traffic to any destination, effectively exposing all potential endpoints to clients. This can introduce security risks if not properly managed.
19
20
20
21
For these reasons, the Backend API is disabled by default in Envoy Gateway configuration. Envoy Gateway admins are advised to follow [upstream recommendations][] and restrict access to the Backend API using K8s RBAC.
21
22
@@ -195,6 +196,103 @@ Send a request and view the response:
0 commit comments