Skip to content

Commit

Permalink
Docs for password authn
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowe committed Jan 22, 2024
1 parent 9af1c1f commit 6a5f0b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/modules/cockroachdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ for CockroachDB. E.g. `testcontainers.WithImage("cockroachdb/cockroach:latest-v2

#### Database

Set the database that is created & dialled with `cockroachdb.WithDatabase`
Set the database that is created & dialled with `cockroachdb.WithDatabase`.

#### Password authentication

Disable insecure mode and connect with password authentication by setting `cockroachdb.WithUser` and `cockroachdb.WithPassword`.

#### Store size

Expand Down

0 comments on commit 6a5f0b5

Please sign in to comment.