mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +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
|
### Parameters
|
||||||
|
|
||||||
- `hosts` `(string: <required>)` – Specifies a set of comma-delimited Couchbase
|
- `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.
|
- `username` `(string: <required>)` – Specifies the username for Vault to use.
|
||||||
|
|
||||||
@@ -80,7 +80,7 @@ V_{{.DisplayName | uppercase | truncate 64}}_{{.RoleName | uppercase | truncate
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"plugin_name": "couchbase-database-plugin",
|
"plugin_name": "couchbase-database-plugin",
|
||||||
"hosts": "couchbases://127.0.0.1",
|
"hosts": "couchbase://127.0.0.1",
|
||||||
"username": "user",
|
"username": "user",
|
||||||
"password": "pass",
|
"password": "pass",
|
||||||
"allowed-roles": "my-*-role"
|
"allowed-roles": "my-*-role"
|
||||||
|
|||||||
Reference in New Issue
Block a user