mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 00:33:28 -04:00
Added required header (#2656)
This commit is contained in:
parent
b2db9c35f6
commit
c58e4f0817
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ token.
|
|||
```
|
||||
$ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
--header "X-Vault-Wrap-TTL: 60" \
|
||||
--request POST \
|
||||
--data @payload.json \
|
||||
https://vault.rocks/v1/sys/wrapping/wrap
|
||||
|
|
|
|||
Loading…
Reference in a new issue