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 40299a9bc2
commit c646f96786
4 changed files with 4 additions and 5 deletions

View File

@ -21,7 +21,7 @@ func (c *PolicyCommand) Help() string {
helpText := ` helpText := `
Usage: vault policy <subcommand> [options] [args] 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. Users can write, read, and list policies in Vault.
List all enabled policies: List all enabled policies:

View File

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

View File

@ -108,7 +108,7 @@ configuration options are categorized and detailed below.
### Binding parameters ### 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 #### Binding - Authenticated Search

View File

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