Skip to content

Commit

Permalink
revert SSL_CERTFILE modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
simisimis committed Mar 8, 2024
1 parent 6a9f4e3 commit 6c83242
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion uptime_service_validation/coordinator/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def setUpValidatorPods(time_intervals, logging, worker_image, worker_tag):
client.V1EnvVar(name="CASSANDRA_USE_SSL", value="1"),
client.V1EnvVar(
name="SSL_CERTFILE",
value="/var/ssl/ssl-cert.crt",
value="/root/.cassandra/sf-class2-root.crt",
),
client.V1EnvVar(
name="CQLSH",
Expand Down Expand Up @@ -302,6 +302,8 @@ def setUpValidatorProcesses(time_intervals, logging, worker_image, worker_tag):
"SSL_CERTFILE=/var/ssl/ssl-cert.crt",
"-e",
"CASSANDRA_USE_SSL=1",
"-e",
"CQLSH=/bin/cqlsh-expansion",
image,
# "cassandra",
# "--keyspace",
Expand Down

0 comments on commit 6c83242

Please sign in to comment.