From 2b474465cac7832077747477046c3a0ff8393c39 Mon Sep 17 00:00:00 2001 From: Kerwood Date: Thu, 28 Oct 2021 08:06:00 +0200 Subject: [PATCH] Minor fix in routes documentation (#2714) * Minor fix in routes documentation * update reference markdown Co-authored-by: alexfornuto --- docs/reference/readme.md | 6 +++--- docs/reference/settings.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/readme.md b/docs/reference/readme.md index e760c2f29..bb64f8a7c 100644 --- a/docs/reference/readme.md +++ b/docs/reference/readme.md @@ -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. diff --git a/docs/reference/settings.yaml b/docs/reference/settings.yaml index 242e4379e..bc3a64f4a 100644 --- a/docs/reference/settings.yaml +++ b/docs/reference/settings.yaml @@ -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.