Skip to content

Commit 36781e1

Browse files
istvanoCopilot
andauthored
Update docker.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 88b89ed commit 36781e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ docker exec -it "couchbase_vault" /bin/ash -c "vault login password && vault wri
5757
### Create database config
5858

5959
You can use the following command to create a database config that sets up the connection to your Capella cluster.
60-
Make sure to replace the variables. Please keep in mind the Capella secret you download is base64 encoded. You need to decode it and grab the username and password from that secret. They are separated by :
60+
Make sure to replace the variables. Please keep in mind the Capella secret you download is base64 encoded. You need to decode it and grab the username and password from that secret; they are separated by a colon character (`:`), for example `username:password`.
6161

6262
```bash
6363
docker exec -it "couchbase_vault" /bin/ash -c 'vault login password && vault write database/config/couchbasecapella-database-plugin plugin_name="couchbasecapella-database-plugin" cloud_api_base_url="https://cloudapi.cloud.couchbase.com/v4" organization_id="$your_capella_organization_id" project_id="$your_capella_project_id" cluster_id="$your_capella_cluster_id" username="$your_capella_access_key_name" password="$your_capella_access_key_secret" password_policy="couchbasecapella" allowed_roles="*"'

0 commit comments

Comments
 (0)