You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-07-05 01:08:48 +02:00
reformatting of markdown tables
This commit is contained in:
@ -65,7 +65,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
|||||||
### Command Line Options
|
### Command Line Options
|
||||||
|
|
||||||
| Option | Type | Description | Default |
|
| Option | Type | Description | Default |
|
||||||
| ------ | ---- | ----------- | ------- |
|
| ---------------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
|
||||||
| `--acr-values` | string | optional, see [docs](https://openid.net/specs/openid-connect-eap-acr-values-1_0.html#acrValues) | `""` |
|
| `--acr-values` | string | optional, see [docs](https://openid.net/specs/openid-connect-eap-acr-values-1_0.html#acrValues) | `""` |
|
||||||
| `--allow-query-semicolons` | bool | allow the use of semicolons in query args ([required for some legacy applications](https://github.com/golang/go/issues/25192)) | `false` |
|
| `--allow-query-semicolons` | bool | allow the use of semicolons in query args ([required for some legacy applications](https://github.com/golang/go/issues/25192)) | `false` |
|
||||||
| `--api-route` | string \| list | return HTTP 401 instead of redirecting to authentication server if token is not valid. Format: path_regex | |
|
| `--api-route` | string \| list | return HTTP 401 instead of redirecting to authentication server if token is not valid. Format: path_regex | |
|
||||||
@ -276,7 +276,7 @@ The default format is configured as follows:
|
|||||||
Available variables for auth logging:
|
Available variables for auth logging:
|
||||||
|
|
||||||
| Variable | Example | Description |
|
| Variable | Example | Description |
|
||||||
| --- | --- | --- |
|
| ------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------- |
|
||||||
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
||||||
| Host | domain.com | The value of the Host header. |
|
| Host | domain.com | The value of the Host header. |
|
||||||
| Message | Authenticated via OAuth2 | The details of the auth attempt. |
|
| Message | Authenticated via OAuth2 | The details of the auth attempt. |
|
||||||
@ -305,7 +305,7 @@ The default format is configured as follows:
|
|||||||
Available variables for request logging:
|
Available variables for request logging:
|
||||||
|
|
||||||
| Variable | Example | Description |
|
| Variable | Example | Description |
|
||||||
| --- | --- | --- |
|
| --------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------- |
|
||||||
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
||||||
| Host | domain.com | The value of the Host header. |
|
| Host | domain.com | The value of the Host header. |
|
||||||
| Protocol | HTTP/1.0 | The request protocol. |
|
| Protocol | HTTP/1.0 | The request protocol. |
|
||||||
@ -336,7 +336,7 @@ If you require a different format than that, you can configure it with the `--st
|
|||||||
Available variables for standard logging:
|
Available variables for standard logging:
|
||||||
|
|
||||||
| Variable | Example | Description |
|
| Variable | Example | Description |
|
||||||
| --- | --- | --- |
|
| --------- | --------------------------------- | -------------------------------------------------- |
|
||||||
| Timestamp | 2015/03/19 17:20:19 | The date and time of the logging event. |
|
| Timestamp | 2015/03/19 17:20:19 | The date and time of the logging event. |
|
||||||
| File | main.go:40 | The file and line number of the logging statement. |
|
| File | main.go:40 | The file and line number of the logging statement. |
|
||||||
| Message | HTTP: listening on 127.0.0.1:4180 | The details of the log statement. |
|
| Message | HTTP: listening on 127.0.0.1:4180 | The details of the log statement. |
|
||||||
|
@ -65,7 +65,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/
|
|||||||
### Command Line Options
|
### Command Line Options
|
||||||
|
|
||||||
| Option | Type | Description | Default |
|
| Option | Type | Description | Default |
|
||||||
| ------ | ---- | ----------- | ------- |
|
| ---------------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
|
||||||
| `--acr-values` | string | optional, see [docs](https://openid.net/specs/openid-connect-eap-acr-values-1_0.html#acrValues) | `""` |
|
| `--acr-values` | string | optional, see [docs](https://openid.net/specs/openid-connect-eap-acr-values-1_0.html#acrValues) | `""` |
|
||||||
| `--allow-query-semicolons` | bool | allow the use of semicolons in query args ([required for some legacy applications](https://github.com/golang/go/issues/25192)) | `false` |
|
| `--allow-query-semicolons` | bool | allow the use of semicolons in query args ([required for some legacy applications](https://github.com/golang/go/issues/25192)) | `false` |
|
||||||
| `--api-route` | string \| list | return HTTP 401 instead of redirecting to authentication server if token is not valid. Format: path_regex | |
|
| `--api-route` | string \| list | return HTTP 401 instead of redirecting to authentication server if token is not valid. Format: path_regex | |
|
||||||
@ -276,7 +276,7 @@ The default format is configured as follows:
|
|||||||
Available variables for auth logging:
|
Available variables for auth logging:
|
||||||
|
|
||||||
| Variable | Example | Description |
|
| Variable | Example | Description |
|
||||||
| --- | --- | --- |
|
| ------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------- |
|
||||||
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
||||||
| Host | domain.com | The value of the Host header. |
|
| Host | domain.com | The value of the Host header. |
|
||||||
| Message | Authenticated via OAuth2 | The details of the auth attempt. |
|
| Message | Authenticated via OAuth2 | The details of the auth attempt. |
|
||||||
@ -305,7 +305,7 @@ The default format is configured as follows:
|
|||||||
Available variables for request logging:
|
Available variables for request logging:
|
||||||
|
|
||||||
| Variable | Example | Description |
|
| Variable | Example | Description |
|
||||||
| --- | --- | --- |
|
| --------------- | ------------------------------------ | -------------------------------------------------------------------------------------------------------- |
|
||||||
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
| Client | 74.125.224.72 | The client/remote IP address. Will use the X-Real-IP header it if exists & reverse-proxy is set to true. |
|
||||||
| Host | domain.com | The value of the Host header. |
|
| Host | domain.com | The value of the Host header. |
|
||||||
| Protocol | HTTP/1.0 | The request protocol. |
|
| Protocol | HTTP/1.0 | The request protocol. |
|
||||||
@ -336,7 +336,7 @@ If you require a different format than that, you can configure it with the `--st
|
|||||||
Available variables for standard logging:
|
Available variables for standard logging:
|
||||||
|
|
||||||
| Variable | Example | Description |
|
| Variable | Example | Description |
|
||||||
| --- | --- | --- |
|
| --------- | --------------------------------- | -------------------------------------------------- |
|
||||||
| Timestamp | 19/Mar/2015:17:20:19 -0400 | The date and time of the logging event. |
|
| Timestamp | 19/Mar/2015:17:20:19 -0400 | The date and time of the logging event. |
|
||||||
| File | main.go:40 | The file and line number of the logging statement. |
|
| File | main.go:40 | The file and line number of the logging statement. |
|
||||||
| Message | HTTP: listening on 127.0.0.1:4180 | The details of the log statement. |
|
| Message | HTTP: listening on 127.0.0.1:4180 | The details of the log statement. |
|
||||||
|
Reference in New Issue
Block a user