Skip to content

Commit

Permalink
backport of commit e153ab4 (#17814)
Browse files Browse the repository at this point in the history
This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-nomad-core committed Jul 6, 2023
1 parent 9d30e32 commit d5bf3a4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions website/content/docs/concepts/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workloads including Docker, non-containerized, microservice, and batch
applications.

Nomad utilizes a lightweight gossip and RPC system, [similar to
Consul](/consul/docs/concepts/security), which provides
Consul](/consul/docs/security/security-models/core), which provides
various essential features. Both of these systems provide security mechanisms
which should be utilized to help provide [confidentiality, integrity and
authentication](https://en.wikipedia.org/wiki/Information_security).
Expand All @@ -37,11 +37,10 @@ but the general mechanisms for a secure Nomad deployment revolve around:
authorization for authenticated connections by granting capabilities to ACL
tokens.

- **[Namespaces](/nomad/tutorials/manage-clusters/namespaces)**

- Access to read and write to a namespace can be
controlled to allow for granular access to job information managed within a
multi-tenant cluster.
- **[Namespaces](/nomad/tutorials/manage-clusters/namespaces)** -
Access to read and write to a namespace can be
controlled to allow for granular access to job information managed within a
multi-tenant cluster.

- **[Sentinel Policies](/nomad/tutorials/governance-and-policy/sentinel)**
(**Enterprise Only**) - Sentinel policies allow for granular control over
Expand Down

0 comments on commit d5bf3a4

Please sign in to comment.