mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-16 23:11:11 +01:00
Fix minor docs and help text issues (#4184)
This commit is contained in:
parent
40299a9bc2
commit
c646f96786
@ -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:
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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" {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user