You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The following `environment` variables are supported. See https://www.cockroachl
48
48
* `COCKROACH_CERTS_DIR` - The path to the certificate directory containing the CA and client certificates and client key.
49
49
* `DATABASE_NAME` - Name of database to create.
50
50
* `DATABASE_USER` - Name of new database user to create. __Important__, this user will be created as a CockroachDB `admin`.
51
-
* `DATABASE_PASSWORD` - Password for `DATABASE_USER`.
51
+
* `DATABASE_PASSWORD` - Password for `DATABASE_USER`. If not provided the password will be set to `NULL` preventing the user from using [password based authentication](https://www.cockroachlabs.com/docs/v20.2/create-user.html#prevent-a-user-from-using-password-authentication).
52
52
* `COCKROACH_ORG` - The value of the `cluster.organization` setting.
53
53
* `COCKROACH_LICENSE_KEY` - The value of the `enterprise.license` setting.
54
54
* `COCKROACH_INIT` - Initializes the CockroachDB cluster with the `cockroach init` command.
0 commit comments