vault/website/source/api/auth/jwt
Hugues Malphettes b8dbdea6a6
JWT API - List Roles: fix the path
With vault-1.0.0 and vault-0.11.4 a different path is needed to list the jwt registered roles:

```
$ vault list auth/jwt/roles
No value found at auth/jwt/roles/

$ vault list auth/jwt/role
Keys
----
myrole
```
I hope this helps!
2018-12-13 06:27:30 +08:00
..
index.html.md JWT API - List Roles: fix the path 2018-12-13 06:27:30 +08:00