Fixing a typo with the sample payload (#7688)
This typo is related to https://github.com/hashicorp/vault/issues/7603 . The typo was causing issues with getting this working correctly when following the guide. I imagine any other newbie to this plugin will have the same struggle. I had to delve into the source code to figure it out
This commit is contained in:
parent
d23e96931f
commit
37a23cfb23
|
@ -116,7 +116,7 @@ This endpoint creates or updates the role definition.
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"tags": "tag1,tag2",
|
"tags": "tag1,tag2",
|
||||||
"vhost": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
|
"vhosts": "{\"/\": {\"configure\":\".*\", \"write\":\".*\", \"read\": \".*\"}}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue