Skip to content

Commit 2571e64

Browse files
committed
[DOP-23743] All hardcoded passwords in this repo are used ONLY for tests
1 parent 956ad5e commit 2571e64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests_clickhouse.yml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
image: clickhouse/clickhouse-server
1919
env:
2020
TZ: UTC
21+
CLICKHOUSE_DB: spark
22+
CLICKHOUSE_USER: spark
23+
CLICKHOUSE_PASSWORD: 123UsedForTestOnly@!
24+
CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: 1
2125
ports:
2226
- 8123:8123
2327
steps:

0 commit comments

Comments
 (0)