mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 20:17:00 +02:00
Fixed the sample admin policies
This commit is contained in:
parent
0dcb02fec7
commit
50e997e8d3
@ -73,8 +73,8 @@ following permissions:
|
||||
|
||||
```shell
|
||||
# Manage tokens
|
||||
path "sys/auth/token/*" {
|
||||
capabilities = [ "create", "read", "update", "delete" ]
|
||||
path "auth/token/*" {
|
||||
capabilities = [ "create", "read", "update", "delete", "sudo" ]
|
||||
}
|
||||
|
||||
# Write ACL policies
|
||||
@ -286,6 +286,7 @@ token.
|
||||
$ vault auth 7bb915b2-8a44-48b0-a71d-72b590252016
|
||||
|
||||
$ vault read secret/dev
|
||||
No value found at secret/dev
|
||||
```
|
||||
|
||||
#### API call using cURL
|
||||
|
Loading…
Reference in New Issue
Block a user