Skip to content

Update the allowed cipher list for aqs cassandra TLS

Btullis requested to merge fix_aqs_cassandra_cipher_suites into main

We found that the default set of ciphers that were in use by the cassandra connector were incompatible with the TLS version that cassandra uses.

This commit adds a new configuration parameter that adds the cipher algorithms to the cassandra connector.

Bug: T362181

Merge request reports