Skip to content

Commit

Permalink
Merge pull request #186 from RedisLabsModules/pass_password
Browse files Browse the repository at this point in the history
pass password on tls cluster
  • Loading branch information
OfirMos authored Dec 18, 2022
2 parents ff79442 + 4b45ba9 commit 975330d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RLTest/redis_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def getClusterConnection(self):
ssl_cert_reqs=None,
ssl_ca_certs=self.shards[0].getTLSCACertFile(),
ssl_password=self.tlsPassphrase,
password=self.password,
startup_nodes=statupNode,
decode_responses=self.decodeResponses
)
Expand Down

0 comments on commit 975330d

Please sign in to comment.