mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Add missing consistency param in docs for Cassandra in combined DB (#6330)
This commit is contained in:
parent
39b8acb915
commit
2a0fc7d9ba
@ -65,7 +65,7 @@ Cassandra.
|
||||
|
||||
- `consistency` `(string: "")` – Specifies the consistency option to use. See
|
||||
the [gocql
|
||||
definition](https://github.com/gocql/gocql/blob/master/frame.go#L203) for
|
||||
definition](https://github.com/gocql/gocql/blob/master/frame.go#L188) for
|
||||
valid options.
|
||||
|
||||
TLS works as follows:
|
||||
|
||||
@ -24,6 +24,7 @@ has a number of parameters to further configure a connection.
|
||||
| `POST` | `/database/config/:name` | `204 (empty body)` |
|
||||
|
||||
### Parameters
|
||||
|
||||
- `hosts` `(string: <required>)` – Specifies a set of comma-delineated Cassandra
|
||||
hosts to connect to.
|
||||
|
||||
@ -59,6 +60,11 @@ has a number of parameters to further configure a connection.
|
||||
- `socket_keep_alive` `(string: "0s")` – the keep-alive period for an active
|
||||
network connection. If zero, keep-alives are not enabled.
|
||||
|
||||
- `consistency` `(string: "")` – Specifies the consistency option to use. See
|
||||
the [gocql
|
||||
definition](https://github.com/gocql/gocql/blob/master/frame.go#L188) for
|
||||
valid options.
|
||||
|
||||
TLS works as follows:
|
||||
|
||||
- If `tls` is set to true, the connection will use TLS; this happens
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user