Merge pull request #10118 from hashicorp/docs-secmodel

docs: remove stray mention that namespaces are ent
This commit is contained in:
Michael Schurter 2021-03-04 11:50:22 -08:00 committed by GitHub
commit 281abd1ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -138,6 +138,13 @@ recommendations accordingly.
identity. This allows for access to capabilities within the cluster to be
restricted to specific users.
- **[Namespaces](https://learn.hashicorp.com/tutorials/nomad/namespaces)**
- This feature allows for a cluster to be shared by
multiple teams within a company. Using this logical separation is important
for multi-tenant clusters to prevent users without access to that namespace
from conflicting with each other. This requires ACLs to be enabled in order
to be enforced.
- **[Sentinel Policies](https://learn.hashicorp.com/tutorials/nomad/sentinel)**
(**Enterprise Only**) - [Sentinel](https://www.hashicorp.com/sentinel/) is
a feature which enables
@ -145,13 +152,6 @@ recommendations accordingly.
to enforce further restrictions on operators. This is used to augment the
built-in ACL system for fine-grained control over jobs.
- **[Namespaces](https://learn.hashicorp.com/tutorials/nomad/namespaces)**
(**Enterprise Only**) - This feature allows for a cluster to be shared by
multiple teams within a company. Using this logical separation is important
for multi-tenant clusters to prevent users without access to that namespace
from conflicting with each other. This requires ACLs to be enabled in order
to be enforced.
- **[Resource Quotas](https://learn.hashicorp.com/tutorials/nomad/quotas)**
(**Enterprise Only**) - Can limit a namespace's access to the underlying
compute resources in the cluster by setting upper-limits for operators.