Fix typo in AppRole API page (#3207)

This commit is contained in:
Paulo Ribeiro 2017-08-18 15:46:29 +01:00 committed by Calvin Leung Huang
parent e2e386784f
commit ba98b60e41
1 changed files with 2 additions and 2 deletions

View File

@ -285,7 +285,7 @@ itself, and also to delete the SecretID from the AppRole.
metadata will be set on tokens issued with this SecretID, and is logged in
audit logs _in plaintext_.
- `cidr_list` `(string: "")` - Comma separated list of CIDR blocks enforcing
secret IDs to be used from ppecific set of IP addresses. If 'bound_cidr_list'
secret IDs to be used from specific set of IP addresses. If 'bound_cidr_list'
is set on the role, then the list of CIDR blocks listed here should be a
subset of the CIDR blocks listed on the role.
@ -627,4 +627,4 @@ to be able to delegate specific endpoints using Vault's ACL system.
| `GET/POST/DELETE` | `/auth/approle/role/:role_name/bound-cidr-list` | `200/204` |
| `GET/POST/DELETE` | `/auth/approle/role/:role_name/period` | `200/204` |
Refer to `/auth/approle/role/:role_name` endpoint.
Refer to `/auth/approle/role/:role_name` endpoint.