mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
Document moving routes (#2460)
* document moving routes * Update docs/enterprise/concepts.md Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
e8c2834749
commit
e38682d024
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: Concepts
|
title: Concepts
|
||||||
sidebarDepth: 2
|
sidebarDepth: 1
|
||||||
description: Learn how Pomerium Enterprise works.
|
description: Learn how Pomerium Enterprise works.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -106,6 +106,10 @@ Routes define the connection pathway and configuration from the internet to your
|
||||||
|
|
||||||
This term refers to the system or service the route provides or restricts access to.
|
This term refers to the system or service the route provides or restricts access to.
|
||||||
|
|
||||||
|
### Moving Routes
|
||||||
|
|
||||||
|
When moving a Route from one [Namespace](#namespace) to another, enforced policies will automatically be removed or applied. Optional policies available in the source Namespace but not the target will prevent the move. This is intentional to prevent unassociated policies.
|
||||||
|
|
||||||
## Policies
|
## Policies
|
||||||
|
|
||||||
A Policy defines who has access to what based on the identity of the user, their device, and the associated request context.
|
A Policy defines who has access to what based on the identity of the user, their device, and the associated request context.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue