mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Update wrapping-unwrap.mdx (#20109)
* Update wrapping-unwrap.mdx It is possible to unwrap data without authentication in Vault. I've added an example of a curl request. * Add changelog record
This commit is contained in:
@@ -51,6 +51,15 @@ $ curl \
|
||||
http://127.0.0.1:8200/v1/sys/wrapping/unwrap
|
||||
```
|
||||
|
||||
Or you can use token to unwrap without authentication in vault
|
||||
|
||||
```shell-session
|
||||
$ curl \
|
||||
--header "X-Vault-Token: abcd1234..." \
|
||||
--request POST \
|
||||
http://127.0.0.1:8200/v1/sys/wrapping/unwrap
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user