Skip to content

Commit

Permalink
Fix a link and lowercase a word
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler committed Dec 4, 2019
1 parent 4d4a0b0 commit d52944b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/source/docs/acl/acl-rules.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ targets a non-`default` namespace.
In general all of the above are permissions that only an operator should have and thus granting these permissions can
only be targeted at the default namespace.

-> **Implicit Namespacing:** Rules defined in a policy which itself resides in a namespace other than `default`, will
-> **Implicit namespacing:** Rules defined in a policy which itself resides in a namespace other than `default`, will
be implicitly namespaced. Therefore the restrictions defined here will apply to all rules within the policy including
those which are not enclosed in a `namespace` rule. Additionally, these policies will be prevented from defining rules
that would target any other namespace explicitly.
2 changes: 1 addition & 1 deletion website/source/docs/acl/acl-system.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ An ACL policy is a named set of rules and is composed of the following elements:
* **Datacenters** - A list of datacenters the policy is valid within.
* **Namespace** - **Enterprise Only** - The namespace this policy resides within. (Added in Consul Enterprise 1.7.0)

-> **Consul Enterprise Namespacing** - Rules defined in a policy in any namespace other than `default` will be [restricted](/docs/acl/acl-rules.html#namespacing) to being able to grant a subset of the overall permissions and only affecting that single namespace.
-> **Consul Enterprise Namespacing** - Rules defined in a policy in any namespace other than `default` will be [restricted](/docs/acl/acl-rules.html#namespace-rules-enterprise) to being able to grant a subset of the overall permissions and only affecting that single namespace.

#### Builtin Policies

Expand Down

0 comments on commit d52944b

Please sign in to comment.