mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 02:02:43 +00:00
changing chouchbase host variable (#19812)
* changing chouchbase host variable * Alterando linha 82 couchbase
This commit is contained in:
committed by
GitHub
parent
bbc1b4cb44
commit
9ff6ee572e
@@ -27,7 +27,7 @@ has a number of parameters to further configure a connection.
|
||||
### Parameters
|
||||
|
||||
- `hosts` `(string: <required>)` – Specifies a set of comma-delimited Couchbase
|
||||
hosts to connect to. Must use `couchbases://` scheme if `tls` is `true`.
|
||||
hosts to connect to. Must use `couchbase://` scheme if `tls` is `true`.
|
||||
|
||||
- `username` `(string: <required>)` – Specifies the username for Vault to use.
|
||||
|
||||
@@ -80,7 +80,7 @@ V_{{.DisplayName | uppercase | truncate 64}}_{{.RoleName | uppercase | truncate
|
||||
```json
|
||||
{
|
||||
"plugin_name": "couchbase-database-plugin",
|
||||
"hosts": "couchbases://127.0.0.1",
|
||||
"hosts": "couchbase://127.0.0.1",
|
||||
"username": "user",
|
||||
"password": "pass",
|
||||
"allowed-roles": "my-*-role"
|
||||
|
||||
Reference in New Issue
Block a user