| 1 | * | ||
| 2 | * WARNING: ALL SECURITY CONTROLS HAVE BEEN DISABLED! | ||
| 3 | * | ||
| 4 | * This mode is intended for non-production testing only. | ||
| 5 | * | ||
| 6 | * In this mode: | ||
| 7 | * - Your cluster is open to any client that can access fd00:1122:3344:101::3. | ||
| 8 | * - Intruders with access to your machine or network can observe client-server traffic. | ||
| 9 | * - Intruders can log in without password and read or write any data in the cluster. | ||
| 10 | * - Intruders can consume all your server's resources and cause unavailability. | ||
| 11 | * | ||
| 12 | * | ||
| 13 | * INFO: To start a secure server without mandating TLS for clients, | ||
| 14 | * consider --accept-sql-without-tls instead. For other options, see: | ||
| 15 | * | ||
| 16 | * - https://go.crdb.dev/issue-v/53404/v22.1 | ||
| 17 | * - https://www.cockroachlabs.com/docs/v22.1/secure-a-cluster.html | ||
| 18 | * | ||
| 19 | * | ||
| 20 | * INFO: initial startup completed. | ||
| 21 | * Node will now attempt to join a running cluster, or wait for `cockroach init`. | ||
| 22 | * Client connections will be accepted after this completes successfully. | ||
| 23 | * Check the log file(s) for progress. | ||
| 24 | * | ||
| 25 | CockroachDB node starting at 2025-12-18 18:30:02.546172372 +0000 UTC (took 3.8s) | ||
| 26 | build: OSS v22.1.22-44-g2eee7afbdf @ 2025/07/29 23:13:53 (go1.22.11) | ||
| 27 | webui: http://127.0.0.1:8080 | ||
| 28 | sql: postgresql://root@[fd00:1122:3344:101::3]:32221/defaultdb?sslmode=disable | ||
| 29 | sql (JDBC): jdbc:postgresql://[fd00:1122:3344:101::3]:32221/defaultdb?sslmode=disable&user=root | ||
| 30 | RPC client flags: /opt/oxide/cockroachdb/bin/cockroach <client cmd> --host=[fd00:1122:3344:101::3]:32221 --insecure | ||
| 31 | logs: /data/logs | ||
| 32 | temp dir: /data/cockroach-temp297173103 | ||
| 33 | external I/O path: /data/extern | ||
| 34 | store[0]: path=/data | ||
| 35 | storage engine: pebble | ||
| 36 | clusterID: 05d50f78-4581-4457-b3c9-a18cfcd867ca | ||
| 37 | status: initialized new node, joined pre-existing cluster | ||
| 38 | nodeID: 2 | ||