From aec362d06c4bb8fbbb6e233da2aee2514d25e3a0 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Tue, 6 Nov 2018 18:47:44 -0800 Subject: [PATCH] docs: fix some examples in the new ACL guide --- website/source/docs/guides/acl.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/guides/acl.html.md b/website/source/docs/guides/acl.html.md index 117acce9d1..1eec661ec9 100644 --- a/website/source/docs/guides/acl.html.md +++ b/website/source/docs/guides/acl.html.md @@ -215,7 +215,7 @@ Here's the corresponding JSON configuration file: "default_policy": "deny", "down_policy": "extend-cache", "tokens" : { - "master" : "b1gs33cr3t", + "master" : "b1gs33cr3t" } } } @@ -561,7 +561,7 @@ web browser session to authenticate the interface. ```bash $ consul acl policy create -name "ui-policy" \ - -description "Necessary permissions for UI functionality" + -description "Necessary permissions for UI functionality" \ -rules 'key "" { policy = "write" } node "" { policy = "read" } service "" { policy = "read" }' ID: 9cb99b2b-3c20-81d4-a7c0-9ffdc2fbf08a