remove errant dep

This commit is contained in:
alexfornuto 2021-07-26 17:18:10 -05:00
parent 91d4d22156
commit 99ca59a68d
2 changed files with 1 additions and 2 deletions

View file

@ -43,7 +43,7 @@ The **General** tab defines the route path, both from the internet and to the in
## Policies
A Policy defines what permissions a set of users or groups has. Policies are applied to [Namespaces] or [Routes] to associate the set of permissions with a service or set of service, completing the authentication model.
A Policy defines what permissions a set of users or groups has. Policies are applied to Namespaces or Routes to associate the set of permissions with a service or set of service, completing the authentication model.
::: tip
This is a separate concept from [policies](../reference/#policy) in the non-enterprise model. In open-source Pomerium, the `policy` block defines both routes and access.

View file

@ -1,6 +1,5 @@
// generate-console-pages.js
const fs = require('fs');
const { getPackedSettings } = require('http2');
const yaml = require('js-yaml');