diff --git a/website/source/docs/configuration/storage/consul.html.md b/website/source/docs/configuration/storage/consul.html.md index 6b9c0a113d..213182267e 100644 --- a/website/source/docs/configuration/storage/consul.html.md +++ b/website/source/docs/configuration/storage/consul.html.md @@ -175,6 +175,40 @@ the following will work for most use-cases, assuming that your service name is } ``` +For Consul 1.4+, the following example takes into account the changed ACL +language: + +```json +{ + "key_prefix": { + "vault/": { + "policy": "write" + } + }, + "node_prefix": { + "": { + "policy": "write" + } + }, + "service": { + "vault": { + "policy": "write" + } + }, + "agent_prefix": { + "": { + "policy": "write" + } + + }, + "session_prefix": { + "": { + "policy": "write" + } + } +} +``` + ## `consul` Examples ### Local Agent