Merge pull request #1411 from oauth2-proxy/fix-exclude-logging-doc
Fix exclude-logging-path documentation
This commit is contained in:
		
						commit
						543a71efad
					
				|  | @ -100,7 +100,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/ | ||||||
| | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | ||||||
| | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | ||||||
| | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | ||||||
| | `--exclude-logging-paths` | 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` | force JSON errors instead of HTTP error pages or redirects | `false` | | ||||||
|  |  | ||||||
|  | @ -99,7 +99,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/ | ||||||
| | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | ||||||
| | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | ||||||
| | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | ||||||
| | `--exclude-logging-paths` | 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` | | ||||||
| | `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | | | | `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | | | ||||||
|  |  | ||||||
|  | @ -99,7 +99,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/ | ||||||
| | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | ||||||
| | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | ||||||
| | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | ||||||
| | `--exclude-logging-paths` | 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` | | ||||||
| | `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | | | | `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | | | ||||||
|  |  | ||||||
|  | @ -45,7 +45,7 @@ An example [oauth2-proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/ | ||||||
| | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | | `--email-domain` | string \| list  | authenticate emails with the specified domain (may be given multiple times). Use `*` to authenticate any email | | | ||||||
| | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | | `--errors-to-info-log` | bool | redirects error-level logging to default log channel instead of stderr | | | ||||||
| | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | | `--extra-jwt-issuers` | string | if `--skip-jwt-bearer-tokens` is set, a list of extra JWT `issuer=audience` (see a token's `iss`, `aud` fields) pairs (where the issuer URL has a `.well-known/openid-configuration` or a `.well-known/jwks.json`) | | | ||||||
| | `--exclude-logging-paths` | 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` | | ||||||
| | `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | | | | `--banner` | string | custom (html) banner string. Use `"-"` to disable default banner. | | | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue