You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to manipulate individual ACLs via CLI, instead of creating the new ACL in Consul GUI and then backup & restore with appropriate changes.
e.g.
consulate acl list -> for listing the current ACLs
consulate acl get -> for showing the rules of a given ACL
consulate acl create -> for creating a new ACL if it doesn't exist
consulate acl set -> for setting rules of an existing ACL
consulate acl rm -> for removing an ACL
The text was updated successfully, but these errors were encountered:
We'd like to manipulate individual ACLs via CLI, instead of creating the new ACL in Consul GUI and then backup & restore with appropriate changes.
e.g.
consulate acl list -> for listing the current ACLs
consulate acl get -> for showing the rules of a given ACL
consulate acl create -> for creating a new ACL if it doesn't exist
consulate acl set -> for setting rules of an existing ACL
consulate acl rm -> for removing an ACL
The text was updated successfully, but these errors were encountered: