github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/acl/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: acl'
     4  sidebar_title: acl
     5  description: |
     6    The acl command is used to interact with ACL policies and tokens.
     7  ---
     8  
     9  # Command: acl
    10  
    11  The `acl` command is used to interact with ACL policies and tokens. Learn more
    12  about using Nomad's ACL system in the [Secure Nomad with Access Control
    13  guide][secure-guide].
    14  
    15  ## Usage
    16  
    17  Usage: `nomad acl <subcommand> [options]`
    18  
    19  Run `nomad acl <subcommand> -h` for help on that subcommand. The following
    20  subcommands are available:
    21  
    22  - [`acl bootstrap`][bootstrap] - Bootstrap the initial ACL token
    23  - [`acl policy apply`][policyapply] - Create or update ACL policies
    24  - [`acl policy delete`][policydelete] - Delete an existing ACL policies
    25  - [`acl policy info`][policyinfo] - Fetch information on an existing ACL policy
    26  - [`acl policy list`][policylist] - List available ACL policies
    27  - [`acl token create`][tokencreate] - Create new ACL token
    28  - [`acl token delete`][tokendelete] - Delete an existing ACL token
    29  - [`acl token info`][tokeninfo] - Get info on an existing ACL token
    30  - [`acl token self`][tokenself] - Get info on self ACL token
    31  - [`acl token update`][tokenupdate] - Update existing ACL token
    32  
    33  [bootstrap]: /docs/commands/acl/bootstrap
    34  [policyapply]: /docs/commands/acl/policy-apply
    35  [policydelete]: /docs/commands/acl/policy-delete
    36  [policyinfo]: /docs/commands/acl/policy-info
    37  [policylist]: /docs/commands/acl/policy-list
    38  [tokencreate]: /docs/commands/acl/token-create
    39  [tokenupdate]: /docs/commands/acl/token-update
    40  [tokendelete]: /docs/commands/acl/token-delete
    41  [tokeninfo]: /docs/commands/acl/token-info
    42  [tokenself]: /docs/commands/acl/token-self
    43  [secure-guide]: https://learn.hashicorp.com/nomad/acls/fundamentals