mantl / consul-cli

Command line interface to Consul HTTP API
Apache License 2.0
251 stars 67 forks source link

Update the cli to support the new ACL features #49

Open mterron opened 7 years ago

mterron commented 7 years ago

Since v0.8 Consul supports a whole new set of ACLs. Consul-cli does not allow you to set up anything but service and key ACLs.

Eg: --rule="node::write" --rule="agent::write" --rule="session::write"

mterron commented 7 years ago

Anything on Agent and Session?

Theaxiom commented 7 years ago

Nope, I will re-open this issue.