mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 01:47:33 +02:00
options: remove refresh_cooldown, add allow_spdy to proto (#2446)
This commit is contained in:
parent
1931f11649
commit
63ee30d69c
9 changed files with 487 additions and 523 deletions
|
@ -894,16 +894,6 @@ Secure service communication can fail if the external certificate does not match
|
|||
The programmatic redirect domain whitelist is used to restrict the allowed redirect URLs when using programmatic login. By default only `localhost` URLs are allowed.
|
||||
|
||||
|
||||
### Refresh Cooldown
|
||||
- Environmental Variable: `REFRESH_COOLDOWN`
|
||||
- Config File Key: `refresh_cooldown`
|
||||
- Type: [Duration](https://golang.org/pkg/time/#Duration) `string`
|
||||
- Example: `10m`, `1h45m`
|
||||
- Default: `5m`
|
||||
|
||||
Refresh cooldown is the minimum amount of time between allowed manually refreshed sessions.
|
||||
|
||||
|
||||
### X-Forwarded-For HTTP Header
|
||||
- Environmental Variable: `SKIP_XFF_APPEND`
|
||||
- Config File Key: `skip_xff_append`
|
||||
|
|
|
@ -1004,18 +1004,6 @@ settings:
|
|||
- Default: `localhost`
|
||||
doc: |
|
||||
The programmatic redirect domain whitelist is used to restrict the allowed redirect URLs when using programmatic login. By default only `localhost` URLs are allowed.
|
||||
- name: "Refresh Cooldown"
|
||||
keys: ["refresh_cooldown"]
|
||||
attributes: |
|
||||
- Environmental Variable: `REFRESH_COOLDOWN`
|
||||
- Config File Key: `refresh_cooldown`
|
||||
- Type: [Duration](https://golang.org/pkg/time/#Duration) `string`
|
||||
- Example: `10m`, `1h45m`
|
||||
- Default: `5m`
|
||||
doc: |
|
||||
Refresh cooldown is the minimum amount of time between allowed manually refreshed sessions.
|
||||
shortdoc: |
|
||||
Refresh cooldown is the minimum amount of time between allowed manually refreshed sessions.
|
||||
- name: "X-Forwarded-For HTTP Header"
|
||||
keys: ["skip_xff_append"]
|
||||
attributes: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue