Skip to content

dt kv set-acls

Overview

Set the ACLs of a given key

Synopsis

dt kv set-acls [OPTIONS] <key> 

Options

  • -s, --secure
    Add encrypted KV pair

  • -g, --groups=<groups>
    List of groups to set the key's acl to of the form: group1:rw,group2:rw,...

  • -o, --others=<others>
    Permissions for everybody

  • -u, --users=<users>
    List of users to set the key's acl to of the form: user1:rw,user2:rw,...

  • -e, --environment=<environment>
    Target environment (dev/pre/prod). Only available from system/local.

Arguments

  • key (required)
    Type: String
    Name of the key

SEE ALSO

← Back to dt kv