diff --git a/website/content/docs/configuration/consul.mdx b/website/content/docs/configuration/consul.mdx index 920c0ccbc..b7fca2e5b 100644 --- a/website/content/docs/configuration/consul.mdx +++ b/website/content/docs/configuration/consul.mdx @@ -128,6 +128,10 @@ agents. environment variable if set. Nomad cannot refresh this token; if the token is deleted, Nomad is not able to communicate with Consul. + In Nomad Enterprise, if the Consul agent running alongside Nomad is in a + Consul Enterprise admin partition, you must create the Consul token provided + to the Nomad client in the same partition. + - `verify_ssl` `(bool: true)`- Specifies if SSL peer verification should be used when communicating to the Consul API client over HTTPS. Will default to the `CONSUL_HTTP_SSL_VERIFY` environment variable if set. @@ -417,6 +421,12 @@ namespace "nomad-ns" { } ``` +### Consul Admin Partition + +In Nomad Enterprise, if the Consul agent running alongside Nomad is in a Consul +Enterprise admin partition, you must create the Consul ACL token and ACL policy +for Nomad clients in the same partition. + [consul]: https://www.consul.io/ 'Consul by HashiCorp' [bootstrap]: /nomad/tutorials/manage-clusters/clustering 'Automatic Bootstrapping'