Address review feedback
This commit is contained in:
parent
f53792efc7
commit
a7665723e3
|
@ -28,11 +28,10 @@ FEATURES:
|
|||
environment variable. See the [environment variable
|
||||
documentation](https://www.vaultproject.io/docs/commands/environment.html)
|
||||
for more details. [GH-1594]
|
||||
* **Service Discovery in `vault init`**: `-auto` option on `vault init`
|
||||
will perform service discovery using Consul. When only one node is
|
||||
discovered, an initialization attempt will be made and when more than
|
||||
one node is discovered, they will be output. See `vault init --help`
|
||||
for more details. [GH-1642]
|
||||
* **Service Discovery in `vault init`**: The new `-auto` option on `vault init`
|
||||
will perform service discovery using Consul. When only one node is discovered,
|
||||
it will be initialized and when more than one node is discovered, they will
|
||||
be output for easy selection. See `vault init --help` for more details. [GH-1642]
|
||||
* **MongoDB Secret Backend**: Generate dynamic unique MongoDB database
|
||||
credentials based on configured roles. Sponsored by
|
||||
[CommerceHub](http://www.commercehub.com/). [GH-1414]
|
||||
|
|
|
@ -315,14 +315,14 @@ Init Options:
|
|||
Ensure that environment variables required to communicate
|
||||
with Consul, like (CONSUL_HTTP_ADDR, CONSUL_HTTP_TOKEN,
|
||||
CONSUL_HTTP_SSL, et al) are properly set. When only one
|
||||
Vault node is discovered, an initialization attempt will
|
||||
be made. When more than one Vault node is discovered,
|
||||
they will be output.
|
||||
Vault node is discovered, it will be initialized and
|
||||
when more than one Vault node is discovered, they will
|
||||
be output for easy selection.
|
||||
|
||||
-consul-service Service name under which all the nodes of a Vault cluster
|
||||
are registered with Consul. Note that, when Vault uses
|
||||
Consul as its HA backend, by default, Vault will register
|
||||
itself as a service with Consul by the service name "vault".
|
||||
itself as a service with Consul with the service name "vault".
|
||||
This name can be modified in Vault's configuration file,
|
||||
using the "service" option for the Consul backend.
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue