If one were to use a custom CA for connecting to Cassandra (e.g. when using AWS Keyspaces), the custom CA secret was not mounted inside Astarte pods. Mount the secret in /cassandra-ssl/ca.crt, similarly to what we currently do for RabbitMQ.
The CA certificate must be of generic type and contain a single key named ca.crt.
If one were to use a custom CA for connecting to Cassandra (e.g. when using AWS Keyspaces), the custom CA secret was not mounted inside Astarte pods. Mount the secret in
/cassandra-ssl/ca.crt
, similarly to what we currently do for RabbitMQ.The CA certificate must be of
generic
type and contain a single key namedca.crt
.See #351.