reformatting of markdown tables
This commit is contained in:
		
							parent
							
								
									100ffdcb3d
								
							
						
					
					
						commit
						a15eba427d
					
				|  | @ -65,7 +65,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/ | |||
| ### Command Line Options | ||||
| 
 | ||||
| | Option                                         | Type           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Default                                             | | ||||
| | ------ | ---- | ----------- | ------- | | ||||
| | ---------------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | | ||||
| | `--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`                                             | | ||||
| | `--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: | ||||
| 
 | ||||
| | 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. | | ||||
| | Host          | domain.com                           | The value of the Host header.                                                                            | | ||||
| | 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: | ||||
| 
 | ||||
| | 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. | | ||||
| | Host            | domain.com                           | The value of the Host header.                                                                            | | ||||
| | 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: | ||||
| 
 | ||||
| | Variable  | Example                           | Description                                        | | ||||
| | --- | --- | --- | | ||||
| | --------- | --------------------------------- | -------------------------------------------------- | | ||||
| | 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. | | ||||
| | 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 | ||||
| 
 | ||||
| | Option                                         | Type           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           | Default                                             | | ||||
| | ------ | ---- | ----------- | ------- | | ||||
| | ---------------------------------------------- | -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | | ||||
| | `--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`                                             | | ||||
| | `--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: | ||||
| 
 | ||||
| | 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. | | ||||
| | Host          | domain.com                           | The value of the Host header.                                                                            | | ||||
| | 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: | ||||
| 
 | ||||
| | 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. | | ||||
| | Host            | domain.com                           | The value of the Host header.                                                                            | | ||||
| | 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: | ||||
| 
 | ||||
| | Variable  | Example                           | Description                                        | | ||||
| | --- | --- | --- | | ||||
| | --------- | --------------------------------- | -------------------------------------------------- | | ||||
| | 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. | | ||||
| | Message   | HTTP: listening on 127.0.0.1:4180 | The details of the log statement.                  | | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue