mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 18:36:30 +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
|
||||
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
|
||||
- Config File Key: `override_certificate_name`
|
||||
- Type: `int`
|
||||
- Type: `string`
|
||||
- Optional
|
||||
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
|
||||
|
||||
|
|
|
@ -1144,7 +1144,7 @@ settings:
|
|||
attributes: |
|
||||
- Environmental Variable: `OVERRIDE_CERTIFICATE_NAME`
|
||||
- Config File Key: `override_certificate_name`
|
||||
- Type: `int`
|
||||
- Type: `string`
|
||||
- Optional
|
||||
- Example: `*.corp.example.com` if wild card or `authenticate.corp.example.com`/`authorize.corp.example.com`
|
||||
doc: |
|
||||
|
|
Loading…
Add table
Reference in a new issue