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

     1  ---
     2  layout: docs
     3  page_title: 'Commands: acl bootstrap'
     4  sidebar_title: bootstrap
     5  description: |
     6    The bootstrap command is used to create the initial ACL token.
     7  ---
     8  
     9  # Command: acl bootstrap
    10  
    11  The `acl bootstrap` command is used to bootstrap the initial ACL token.
    12  
    13  ## Usage
    14  
    15  ```plaintext
    16  nomad acl bootstrap [options]
    17  ```
    18  
    19  The `acl bootstrap` command requires no arguments.
    20  
    21  ## General Options
    22  
    23  @include 'general_options.mdx'
    24  
    25  ## Examples
    26  
    27  Bootstrap the initial token:
    28  
    29  ```shell-sessionnomad acl bootstrap
    30  Accessor ID  = 5b7fd453-d3f7-6814-81dc-fcfe6daedea5
    31  Secret ID    = 9184ec35-65d4-9258-61e3-0c066d0a45c5
    32  Name         = Bootstrap Token
    33  Type         = management
    34  Global       = true
    35  Policies     = n/a
    36  Create Time  = 2017-09-11 17:38:10.999089612 +0000 UTC
    37  Create Index = 7
    38  Modify Index = 7
    39  ```