mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-01 10:22:43 +02:00
Minor fix in routes documentation (#2714)
* Minor fix in routes documentation * update reference markdown Co-authored-by: alexfornuto <alex@fornuto.com>
This commit is contained in:
parent
5a7b6c216a
commit
2b474465ca
2 changed files with 6 additions and 6 deletions
|
@ -1133,9 +1133,9 @@ Allowed users is a collection of whitelisted users to authorize for a given rout
|
|||
|
||||
|
||||
## Routes
|
||||
- Environment Variable: `ROUTE`
|
||||
- Config File Key: `route`
|
||||
- Type: `string`
|
||||
- Environment Variable: `ROUTES`
|
||||
- Config File Key: `routes`
|
||||
- Type: [base64 encoded] `string` or inline policy structure in config file
|
||||
- **Required** - While Pomerium will start without a route configured, it will not authorize or proxy any traffic until a route is defined. If configuring Pomerium for the Enterprise Console, define a route for the Console itself in Pomerium.
|
||||
|
||||
A route contains specific access and control definitions for a back-end service. Each route is a list item under the `routes` key.
|
||||
|
|
|
@ -1252,9 +1252,9 @@ settings:
|
|||
- name: "Routes"
|
||||
keys: ["routes"]
|
||||
attributes: |
|
||||
- Environment Variable: `ROUTE`
|
||||
- Config File Key: `route`
|
||||
- Type: `string`
|
||||
- Environment Variable: `ROUTES`
|
||||
- Config File Key: `routes`
|
||||
- Type: [base64 encoded] `string` or inline policy structure in config file
|
||||
- **Required** - While Pomerium will start without a route configured, it will not authorize or proxy any traffic until a route is defined. If configuring Pomerium for the Enterprise Console, define a route for the Console itself in Pomerium.
|
||||
doc: |
|
||||
A route contains specific access and control definitions for a back-end service. Each route is a list item under the `routes` key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue