Skip to content

Commit 7606867

Browse files
authored
docs: align proxy options table columns (#108)
1 parent 16de9cd commit 7606867

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ You can use both exact matching and glob patterns for OIDC user authorization:
117117

118118
### Proxy Options
119119

120-
| Option | Environment Variable | Default | Description |
121-
| ---------------------- | -------------------- | ------- | ----------------------------------------------------------------------------------------------------- |
122-
| `--proxy-bearer-token` | `PROXY_BEARER_TOKEN` | - | Bearer token to add to Authorization header when proxying requests |
123-
| `--proxy-headers` | `PROXY_HEADERS` | - | Comma-separated list of headers to add when proxying requests (format: Header1:Value1,Header2:Value2) |
120+
| Option | Environment Variable | Default | Description |
121+
| ----------------------- | --------------------- | ------- | ----------------------------------------------------------------------------------------------------- |
122+
| `--proxy-bearer-token` | `PROXY_BEARER_TOKEN` | - | Bearer token to add to Authorization header when proxying requests |
123+
| `--proxy-headers` | `PROXY_HEADERS` | - | Comma-separated list of headers to add when proxying requests (format: Header1:Value1,Header2:Value2) |
124124
| `--http-streaming-only` | `HTTP_STREAMING_ONLY` | `false` | Reject SSE (GET) requests and keep the backend operating in HTTP streaming-only mode |
125-
| `--trusted-proxies` | `TRUSTED_PROXIES` | - | Comma-separated list of trusted proxies (IP addresses or CIDR ranges) |
125+
| `--trusted-proxies` | `TRUSTED_PROXIES` | - | Comma-separated list of trusted proxies (IP addresses or CIDR ranges) |
126126

127127
For practical configuration examples including environment variables, Docker Compose, and Kubernetes deployments, see the [Configuration Examples](./examples.md) page.

0 commit comments

Comments
 (0)