diff --git a/command/policy.go b/command/policy.go index 5d812cadeb..59ffdf0bfb 100644 --- a/command/policy.go +++ b/command/policy.go @@ -21,7 +21,7 @@ func (c *PolicyCommand) Help() string { helpText := ` Usage: vault policy [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: diff --git a/website/source/docs/auth/github.html.md b/website/source/docs/auth/github.html.md index 843b726281..a4ad54827a 100644 --- a/website/source/docs/auth/github.html.md +++ b/website/source/docs/auth/github.html.md @@ -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 diff --git a/website/source/docs/auth/ldap.html.md b/website/source/docs/auth/ldap.html.md index 44174cab18..8f27399dbb 100644 --- a/website/source/docs/auth/ldap.html.md +++ b/website/source/docs/auth/ldap.html.md @@ -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 diff --git a/website/source/intro/getting-started/deploy.html.md b/website/source/intro/getting-started/deploy.html.md index 7bc0dd41ca..3e8ea96f6e 100644 --- a/website/source/intro/getting-started/deploy.html.md +++ b/website/source/intro/getting-started/deploy.html.md @@ -24,7 +24,7 @@ relatively simple: ```hcl storage "consul" { address = "127.0.0.1:8500" - path = "vault" + path = "vault/" } listener "tcp" {