Update raft.mdx join endpoint example (#17525)

Update to remove "X-Vault-Token" from /sys/storage/raft/join Sample Request. Token not required for this endpoint.
This commit is contained in:
deidra.prado 2022-10-13 08:40:46 -07:00 committed by GitHub
parent 26503e8540
commit 0a4779ef76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ relevant functionality is only supported in Vault Enterprise:
```shell-session
$ curl \
--header "X-Vault-Token: ..." \
--request POST \
--data @payload.json \
http://127.0.0.1:8200/v1/sys/storage/raft/join