You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-25 00:47:17 +02:00
Fix table (#1556)
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
This commit is contained in:
@ -103,7 +103,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
|||||||
| `--exclude-logging-path` | string | comma separated list of paths to exclude from logging, e.g. `"/ping,/path2"` |`""` (no paths excluded) |
|
| `--exclude-logging-path` | string | comma separated list of paths to exclude from logging, e.g. `"/ping,/path2"` |`""` (no paths excluded) |
|
||||||
| `--flush-interval` | duration | period between flushing response buffers when streaming responses | `"1s"` |
|
| `--flush-interval` | duration | period between flushing response buffers when streaming responses | `"1s"` |
|
||||||
| `--force-https` | bool | enforce https redirect | `false` |
|
| `--force-https` | bool | enforce https redirect | `false` |
|
||||||
| `--force-json-errors` | force JSON errors instead of HTTP error pages or redirects | `false` |
|
| `--force-json-errors` | bool | force JSON errors instead of HTTP error pages or redirects | `false` |
|
||||||
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
||||||
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
||||||
| `--github-org` | string | restrict logins to members of this organisation | |
|
| `--github-org` | string | restrict logins to members of this organisation | |
|
||||||
|
@ -103,7 +103,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
|||||||
| `--exclude-logging-path` | string | comma separated list of paths to exclude from logging, e.g. `"/ping,/path2"` |`""` (no paths excluded) |
|
| `--exclude-logging-path` | string | comma separated list of paths to exclude from logging, e.g. `"/ping,/path2"` |`""` (no paths excluded) |
|
||||||
| `--flush-interval` | duration | period between flushing response buffers when streaming responses | `"1s"` |
|
| `--flush-interval` | duration | period between flushing response buffers when streaming responses | `"1s"` |
|
||||||
| `--force-https` | bool | enforce https redirect | `false` |
|
| `--force-https` | bool | enforce https redirect | `false` |
|
||||||
| `--force-json-errors` | force JSON errors instead of HTTP error pages or redirects | `false` |
|
| `--force-json-errors` | bool | force JSON errors instead of HTTP error pages or redirects | `false` |
|
||||||
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
| `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | |
|
||||||
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
| `--footer` | string | custom (html) footer string. Use `"-"` to disable default footer. | |
|
||||||
| `--github-org` | string | restrict logins to members of this organisation | |
|
| `--github-org` | string | restrict logins to members of this organisation | |
|
||||||
|
Reference in New Issue
Block a user