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::6. | ||
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 2024-10-30 19:45:09.560402245 +0000 UTC (took 9.3s) | ||
26 | build: OSS v22.1.9-dirty @ 2022/10/26 21:17:46 (go1.17.13) | ||
27 | webui: http://127.0.0.1:8080 | ||
28 | sql: postgresql://root@[fd00:1122:3344:101::6]:32221/defaultdb?sslmode=disable | ||
29 | sql (JDBC): jdbc:postgresql://[fd00:1122:3344:101::6]:32221/defaultdb?sslmode=disable&user=root | ||
30 | RPC client flags: /opt/oxide/cockroachdb/bin/cockroach <client cmd> --host=[fd00:1122:3344:101::6]:32221 --insecure | ||
31 | logs: /data/logs | ||
32 | temp dir: /data/cockroach-temp1865763203 | ||
33 | external I/O path: /data/extern | ||
34 | store[0]: path=/data | ||
35 | storage engine: pebble | ||
36 | clusterID: e4c239c5-9fa7-4303-b48c-5a780130f630 | ||
37 | status: initialized new node, joined pre-existing cluster | ||
38 | nodeID: 2 |