mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-13 23:08:17 +02:00
adjust config type (#3241)
This commit is contained in:
parent
166745370e
commit
e1403e33b4
2 changed files with 2 additions and 2 deletions
|
@ -1015,7 +1015,7 @@ Use this option if you previously relied on `x-pomerium-authenticated-user-{emai
|
||||||
### Override Certificate Name
|
### Override Certificate Name
|
||||||
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
|
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
|
||||||
- Config File Key: `override_certificate_name`
|
- Config File Key: `override_certificate_name`
|
||||||
- Type: `int`
|
- Type: `string`
|
||||||
- Optional
|
- Optional
|
||||||
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
|
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
|
||||||
|
|
||||||
|
|
|
@ -1144,7 +1144,7 @@ settings:
|
||||||
attributes: |
|
attributes: |
|
||||||
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
|
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
|
||||||
- Config File Key: `override_certificate_name`
|
- Config File Key: `override_certificate_name`
|
||||||
- Type: `int`
|
- Type: `string`
|
||||||
- Optional
|
- Optional
|
||||||
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
|
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
|
||||||
doc: |
|
doc: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue