From 00c445dccd251473d10e3573bc7d19bb99578bff Mon Sep 17 00:00:00 2001 From: "backport-actions-token[bot]" <87506591+backport-actions-token[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 13:22:06 -0400 Subject: [PATCH] Document moving routes (#2460) (#2466) Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> --- docs/enterprise/concepts.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/enterprise/concepts.md b/docs/enterprise/concepts.md index 08f9175d8..a9e7cc246 100644 --- a/docs/enterprise/concepts.md +++ b/docs/enterprise/concepts.md @@ -1,6 +1,6 @@ --- title: Concepts -sidebarDepth: 2 +sidebarDepth: 1 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. +### 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 A Policy defines who has access to what based on the identity of the user, their device, and the associated request context.