We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9f0940 + 188964e commit 1439574Copy full SHA for 1439574
.github/workflows/authenticate_test.yml
@@ -21,7 +21,8 @@ jobs:
21
runs-on: ubuntu-latest
22
services:
23
scylladb:
24
- image: scylladb/scylla-passauth
+ image: scylladb/scylla
25
+ command: --authenticator PasswordAuthenticator
26
ports:
27
- 9042:9042
28
options: --health-cmd "cqlsh --username cassandra --password cassandra --debug" --health-interval 5s --health-retries 30
.github/workflows/tls.yml
@@ -20,7 +20,8 @@ jobs:
20
timeout-minutes: 60
- image: scylladb/scylla-tls
+ image: scylla-tls
+ build: ./test/tls
- 9142:9142
0 commit comments