block of updates

This commit is contained in:
alexfornuto 2021-07-30 08:11:05 -05:00
parent e9972cf4b9
commit db60e0ae5e
7 changed files with 19 additions and 8 deletions

View file

@ -97,9 +97,12 @@ tracing_zipkin_endpoint | Url to the Zipkin HTTP endpoint. | ✅
## Namespaces
A Namespace is a collection of users, groups, routes, and policies that allows system administrators to organize, manage, and delegate permissions across their infrastructure.
A [Namespace][namespace-concept] is a collection of users, groups, routes, and policies that allows system administrators to organize, manage, and delegate permissions across their infrastructure.
- Policies can be optional or enforced on a Namespace, and they can be nested to create inheritance.
- Users or groups can be granted permission to edit access to routes within a Namespace, allowing them self-serve access to the routes critical to their work.
[route-concept]: /enterprise/concepts.md#routes
[namespace-concept]: /enterprise/concepts.md#namespaces
[namespace-reference]: /enterprise/reference/configure.md#namespaces

View file

@ -16,7 +16,7 @@ A Route provides access to a service through Pomerium.
### General
The **General** tab defines the route path, both from the internet and to the internal service, and the policies attached. Note that policies enforced on a Namespace the Route resides in will also be applied.
The **General** tab defines the route path, both from the internet and to the internal service, and the policies attached. Note that policies enforced on a [Namespace][namespace-reference] the route resides in will also be applied.
#### Name
@ -359,3 +359,6 @@ certificates:
key: "$HOME/.acme.sh/prometheus.example.com_ecc/prometheus.example.com.key"
```
[route-concept]: /enterprise/concepts.md#routes
[namespace-concept]: /enterprise/concepts.md#namespaces
[namespace-reference]: /enterprise/reference/configure.md#namespaces

View file

@ -24,3 +24,6 @@ meta:
## Deployments
[route-concept]: /enterprise/concepts.md#routes
[namespace-concept]: /enterprise/concepts.md#namespaces
[namespace-reference]: /enterprise/reference/configure.md#namespaces