From c828495a2472e0296ac2ced3f7ab46c5f2ad805b Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 11 Feb 2020 11:31:47 -0800 Subject: [PATCH] 1.7.0 Namespaces Learn Guides Attaching learn guides associated with Namespaces release --- website/source/docs/enterprise/namespaces/index.html.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/source/docs/enterprise/namespaces/index.html.md b/website/source/docs/enterprise/namespaces/index.html.md index 6a4b878238..836fe384fa 100644 --- a/website/source/docs/enterprise/namespaces/index.html.md +++ b/website/source/docs/enterprise/namespaces/index.html.md @@ -13,6 +13,12 @@ can be isolated from each other with the use of Namespaces. Namespaces help redu by removing restrictions around uniqueness of resource names across distinct teams, and enable operators to provide self-service through delegation of administrative privileges. +For more information on how to use namespaces with Consul Enterprise please review the following Learn Guides: + +- [Register and Discover Services within Namespaces](https://learn.hashicorp.com/consul/namespaces/discovery-namespaces) - Register multiple services within different Namespaces in Consul +- [Setup Secure Namespaces](https://learn.hashicorp.com/consul/namespaces/secure-namespaces) - Secure resources within a namespace and delegate Namespace ACL rights via ACL tokens + + ## Namespace Definition Namespaces are managed exclusively through the [HTTP API](/api/namespaces.html) and the [Consul CLI](/docs/commands/namespace.html).