From 23518436ebdcd20c00f26760e895ee003c2eb6f5 Mon Sep 17 00:00:00 2001 From: tcassaert Date: Sat, 16 May 2020 12:49:18 +0200 Subject: [PATCH] Command was missing due to missing end of line --- website/pages/docs/vault-integration/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/pages/docs/vault-integration/index.mdx b/website/pages/docs/vault-integration/index.mdx index 252f09a5de3..d069b07bb10 100644 --- a/website/pages/docs/vault-integration/index.mdx +++ b/website/pages/docs/vault-integration/index.mdx @@ -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