mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-10 06:42:45 +02:00
remove errant dep
This commit is contained in:
parent
91d4d22156
commit
99ca59a68d
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// generate-console-pages.js
|
||||
const fs = require('fs');
|
||||
const { getPackedSettings } = require('http2');
|
||||
const yaml = require('js-yaml');
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue