From 7842557e629251ee1b083004475fb8c489ef8d94 Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Thu, 22 Mar 2018 06:29:59 -0700 Subject: [PATCH] Fix minor docs and help text issues (#4184) --- command/policy.go | 2 +- website/source/docs/auth/github.html.md | 3 +-- website/source/docs/auth/ldap.html.md | 2 +- website/source/intro/getting-started/deploy.html.md | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/command/policy.go b/command/policy.go index 5d812cade..59ffdf0bf 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 843b72628..a4ad54827 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 44174cab1..8f27399db 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 7bc0dd41c..3e8ea96f6 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" {