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:
Kerwood 2021-10-28 08:06:00 +02:00 committed by GitHub
parent 5a7b6c216a
commit 2b474465ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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.