Skip to content

Commit

Permalink
Fix API/AUTH/AppRole doc issue concerning bound_cidr_list (hashicorp#…
Browse files Browse the repository at this point in the history
…3205)

This patch fixes a little documentation issue.
bind_cidr_list doesn't exist as parameter to AppRole creation. It should be "bound_cidr_list".
In "path-help" it is documented correctly.
  • Loading branch information
djboris9 authored and jefferai committed Aug 29, 2017
1 parent 3b4e933 commit 3212bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/api/auth/approle/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enabled while creating or updating a role.
- `role_name` `(string: <required>)` - Name of the AppRole.
- `bind_secret_id` `(bool: true)` - Require `secret_id` to be presented when
logging in using this AppRole.
- `bind_cidr_list` `(array: [])` - Comma-separated list of CIDR blocks; if set,
- `bound_cidr_list` `(array: [])` - Comma-separated list of CIDR blocks; if set,
specifies blocks of IP addresses which can perform the login operation.
- `policies` `(array: [])` - Comma-separated list of policies set on tokens
issued via this AppRole.
Expand Down

0 comments on commit 3212bce

Please sign in to comment.