Merge pull request #449 from JustinLaRose/master
Cassandra secret backend doc update for connection config
This commit is contained in:
commit
80e59089ba
|
@ -38,7 +38,7 @@ writing one or more hosts, a username, and a password:
|
|||
|
||||
```text
|
||||
$ vault write cassandra/config/connection \
|
||||
host=localhost username=cassandra password=cassandra
|
||||
hosts=localhost username=cassandra password=cassandra
|
||||
```
|
||||
|
||||
In this case, we've configured Vault with the user "cassandra" and password "cassandra",
|
||||
|
|
Loading…
Reference in a new issue