From 6d0e3b30585a7fc795eb91c2aab516e782a3750c Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 13 Mar 2020 10:16:01 -0700 Subject: [PATCH] docs: add some links to the acl guide ACL APIs already have osme links, but the command and configuration pages did not. --- website/pages/docs/commands/acl/index.mdx | 5 ++++- website/pages/docs/configuration/acl.mdx | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/website/pages/docs/commands/acl/index.mdx b/website/pages/docs/commands/acl/index.mdx index 753fbd5a2..9f83e24f3 100644 --- a/website/pages/docs/commands/acl/index.mdx +++ b/website/pages/docs/commands/acl/index.mdx @@ -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 @@ -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 diff --git a/website/pages/docs/configuration/acl.mdx b/website/pages/docs/configuration/acl.mdx index af19bee98..bb4e19341 100644 --- a/website/pages/docs/configuration/acl.mdx +++ b/website/pages/docs/configuration/acl.mdx @@ -11,7 +11,9 @@ description: >- -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 { @@ -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