From ff42a00ef14f33b51674f4a374de60f832bf2492 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 23 Oct 2017 10:08:31 +0200 Subject: [PATCH] Revert "config: document more acl options" This reverts commit 2682ce0b825528f379487cbd11c2c2a321fd94e8. --- agent/config/runtime.go | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/agent/config/runtime.go b/agent/config/runtime.go index 027f0a82b..b0dd61bda 100644 --- a/agent/config/runtime.go +++ b/agent/config/runtime.go @@ -86,7 +86,7 @@ type RuntimeConfig struct { // ACLDownPolicy is used to control the ACL interaction when we cannot // reach the ACLDatacenter and the token is not in the cache. - // There are the following modes: + // There are two modes: // * allow - Allow all requests // * deny - Deny all requests // * extend-cache - Ignore the cache expiration, and allow cached @@ -103,11 +103,7 @@ type RuntimeConfig struct { // hcl: acl_enforce_version_8 = (true|false) ACLEnforceVersion8 bool - // ACLEnableKeyListPolicy is used to opt-in to the "list" policy added to - // KV ACLs in Consul 1.0. - // - // See https://www.consul.io/docs/guides/acl.html#list-policy-for-keys for - // more details. + // ACLEnableKeyListPolicy ??? // // hcl: acl_enable_key_list_policy = (true|false) ACLEnableKeyListPolicy bool