Fix minor docs and help text issues (#4184)

This commit is contained in:
Jim Kalafut 2018-03-22 06:29:59 -07:00 committed by Jeff Mitchell
parent 54d1be545d
commit 7842557e62
4 changed files with 4 additions and 5 deletions

View File

@ -21,7 +21,7 @@ func (c *PolicyCommand) Help() string {
helpText := `
Usage: vault policy <subcommand> [options] [args]
This command groups subcommands for interacting with policies. Users can
This command groups subcommands for interacting with policies.
Users can write, read, and list policies in Vault.
List all enabled policies:

View File

@ -78,8 +78,7 @@ management tool.
$ vault auth enable github
```
1. Use the `/config` endpoint to configure Vault to talk to GitHub. For the list
of available configuration options, please see the API documentation.
1. Use the `/config` endpoint to configure Vault to talk to GitHub.
```text
$ vault write auth/github/config organization=hashicorp

View File

@ -108,7 +108,7 @@ configuration options are categorized and detailed below.
### Binding parameters
There are two alternate methods of resolving the user object used to authenticate the end user: _Search_ or _User Principal Name_. When using _Search_, the bind can be either anonymous or authenticated. User Principal Name is method of specifying users supported by Active Directory. More information on UPN can be found [here](https://msdn.microsoft.com/en-us/library/ms677605(v=vs.85).aspx#userPrincipalName).
There are two alternate methods of resolving the user object used to authenticate the end user: _Search_ or _User Principal Name_. When using _Search_, the bind can be either anonymous or authenticated. User Principal Name is a method of specifying users supported by Active Directory. More information on UPN can be found [here](https://msdn.microsoft.com/en-us/library/ms677605(v=vs.85).aspx#userPrincipalName).
#### Binding - Authenticated Search

View File

@ -24,7 +24,7 @@ relatively simple:
```hcl
storage "consul" {
address = "127.0.0.1:8500"
path = "vault"
path = "vault/"
}
listener "tcp" {