astarte-platform / astarte-kubernetes-operator

Astarte Kubernetes Operator
http://astarte-platform.org
Apache License 2.0
22 stars 9 forks source link

Allow to use a custom CA for Cassandra #356

Closed Annopaolo closed 10 months ago

Annopaolo commented 10 months ago

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.

See #351.