Skip to content

dt kv add-acls

Overview

Add ACLs to a given key

Synopsis

dt kv add-acls [OPTIONS] <key> 

Options

  • -s, --secure
    Add encrypted KV pair

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

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

  • -u, --users=<users>
    List of users to add to the key's acl 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