...
By default the proxy only works for outbound connections to URLs configured in the connection-routing-.yml
file. All other requests are blocked. Setting the environment variable PROXY_ALLOW_UNKNOWN_TARGETs
to true
allows requests to be proxied to all target URLs.
...
Code Block | ||
---|---|---|
| ||
#> docker login registry.mid.de #> docker compose up gateway-proxy |
Proxy HTTP
...
Endpoint
The proxy application exposes the endpoint /proxy/stream
to relay HTTP GET, POST, PUT, DELETE, PATCH and HEAD requests. Only requests to outbound servers that are configured in the connection-routing.yml
configuration file are allowed by default. This behavior can be controlled by the environment variable PROXY_ALLOW_UNKNOWN_TARGETS
.
...