Merge pull request #449 from JustinLaRose/master

Cassandra secret backend doc update for connection config
This commit is contained in:
Armon Dadgar 2015-07-23 13:42:59 -07:00
commit 80e59089ba

View file

@ -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",