Skip to content

Commit

Permalink
backport of commit 9ff6ee5 (hashicorp#20313)
Browse files Browse the repository at this point in the history
Co-authored-by: Braulio Gomes Rodrigues <brauliogr@gmail.com>
  • Loading branch information
1 parent e55c713 commit 6452228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/databases/couchbase.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6452228

Please sign in to comment.