Skip to content

Commit

Permalink
Merge pull request #7342 from hashicorp/docs-acl-link
Browse files Browse the repository at this point in the history
docs: add some links to the acl guide
  • Loading branch information
schmichael authored Mar 17, 2020
2 parents ac53c11 + 6d0e3b3 commit 0ecda99
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion website/pages/docs/commands/acl/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ description: |

# Command: acl

The `acl` command is used to interact with ACL policies and tokens.
The `acl` command is used to interact with ACL policies and tokens. Learn more
about using Nomad's ACL system in the [Secure Nomad with Access Control
guide][secure-guide].

## Usage

Expand Down Expand Up @@ -38,3 +40,4 @@ subcommands are available:
[tokendelete]: /docs/commands/acl/token-delete
[tokeninfo]: /docs/commands/acl/token-info
[tokenself]: /docs/commands/acl/token-self
[secure-guide]: https://learn.hashicorp.com/nomad/acls/fundamentals
6 changes: 5 additions & 1 deletion website/pages/docs/configuration/acl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ description: >-

<Placement groups={['acl']} />

The `acl` stanza configures the Nomad agent to enable ACLs and tunes various ACL parameters.
The `acl` stanza configures the Nomad agent to enable ACLs and tunes various
ACL parameters. Learn more about configuring Nomad's ACL system in the [Secure
Nomad with Access Control guide][secure-guide].

```hcl
acl {
Expand Down Expand Up @@ -41,3 +43,5 @@ acl {
- `replication_token` `(string: "")` - Specifies the Secret ID of the ACL token
to use for replicating policies and tokens. This is used by servers in non-authoritative
region to mirror the policies and tokens into the local region.

[secure-guide]: https://learn.hashicorp.com/nomad/acls/fundamentals

0 comments on commit 0ecda99

Please sign in to comment.