Skip to content

Commit

Permalink
Merge pull request #7988 from tcassaert/vault_int_docs
Browse files Browse the repository at this point in the history
Docs: Vault integration token creation docs missing command
  • Loading branch information
Mahmood Ali committed May 16, 2020
2 parents 1e7f149 + 2351843 commit 69fae72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/pages/docs/vault-integration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ $ vault write /auth/token/roles/nomad-cluster @nomad-cluster-role.json
After the token role is created, a token suitable for the Nomad servers may be
retrieved by issuing the following Vault command:

```shell-sessionvault token create -policy nomad-server -period 72h -orphan
```shell-session
vault token create -policy nomad-server -period 72h -orphan
Key Value
--- -----
token f02f01c2-c0d1-7cb7-6b88-8a14fada58c0
Expand Down

0 comments on commit 69fae72

Please sign in to comment.