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
|`--proxy-bearer-token`|`PROXY_BEARER_TOKEN`| - | Bearer token to add to Authorization header when proxying requests|
182
-
|`--proxy-forward-authorization`|`PROXY_FORWARD_AUTHORIZATION`|`false`| Forward the incoming Authorization bearer token to the backend after validation |
183
-
|`--proxy-headers`|`PROXY_HEADERS`| - | Comma-separated list of headers to add when proxying requests (format: Header1:Value1,Header2:Value2)|
184
-
|`--header-mapping`|`HEADER_MAPPING`| - | Comma-separated mapping of JSON pointer paths to header names (e.g., `/email:X-Forwarded-Email`) |
185
-
|`--header-mapping-base`|`HEADER_MAPPING_BASE`|`/userinfo`| JSON pointer base path for header mapping claims lookup (e.g., `/userinfo` or `/`) |
186
-
|`--http-streaming-only`|`HTTP_STREAMING_ONLY`|`false`| Reject SSE (GET) requests and keep the backend operating in HTTP streaming-only mode |
187
-
|`--trusted-proxies`|`TRUSTED_PROXIES`| - | Comma-separated list of trusted proxies (IP addresses or CIDR ranges) |
|`--proxy-bearer-token`|`PROXY_BEARER_TOKEN`| - | Bearer token to add to Authorization header when proxying requests |
182
+
|`--proxy-forward-authorization`|`PROXY_FORWARD_AUTHORIZATION`|`false`| Forward the incoming Authorization bearer token to the backend after validation |
183
+
|`--proxy-headers`|`PROXY_HEADERS`| - | Comma-separated list of headers to add when proxying requests (format: Header1:Value1,Header2:Value2) |
184
+
|`--header-mapping`|`HEADER_MAPPING`| - | Comma-separated mapping of JSON pointer paths to header names (e.g., `/email:X-Forwarded-Email`) |
185
+
|`--header-mapping-base`|`HEADER_MAPPING_BASE`|`/userinfo`| JSON pointer base path for header mapping claims lookup (e.g., `/userinfo` or `/`) |
186
+
|`--http-streaming-only`|`HTTP_STREAMING_ONLY`|`false`| Reject SSE (GET) requests and keep the backend operating in HTTP streaming-only mode |
187
+
|`--trusted-proxies`|`TRUSTED_PROXIES`| - | Comma-separated list of trusted proxies (IP addresses or CIDR ranges) |
188
188
189
189
For practical configuration examples including environment variables, Docker Compose, and Kubernetes deployments, see the [Configuration Examples](./examples.md) page.
0 commit comments