open-nomad/website/pages/docs/commands/acl/bootstrap.mdx

41 lines
801 B
Plaintext
Raw Normal View History

---
2020-02-06 23:45:31 +00:00
layout: docs
page_title: 'Commands: acl bootstrap'
sidebar_title: bootstrap
description: |
2017-09-15 04:31:15 +00:00
The bootstrap command is used to create the initial ACL token.
---
# Command: acl bootstrap
The `acl bootstrap` command is used to bootstrap the initial ACL token.
## Usage
```plaintext
nomad acl bootstrap [options]
```
The `acl bootstrap` command requires no arguments.
## General Options
2020-02-06 23:45:31 +00:00
@include 'general_options.mdx'
## Examples
Bootstrap the initial token:
2020-05-18 20:53:06 +00:00
```shell-session
$ nomad acl bootstrap
Accessor ID = 5b7fd453-d3f7-6814-81dc-fcfe6daedea5
Secret ID = 9184ec35-65d4-9258-61e3-0c066d0a45c5
Name = Bootstrap Token
Type = management
Global = true
Policies = n/a
Create Time = 2017-09-11 17:38:10.999089612 +0000 UTC
Create Index = 7
Modify Index = 7
```