instaclustr / cassandra-operator

Kubernetes operator for Apache Cassandra
https://instaclustr.com
Apache License 2.0
240 stars 59 forks source link

Port secret/keystore support #178

Open benbromhead opened 5 years ago

benbromhead commented 5 years ago

Currently the Java based operator allows users to specify secrets to embed in the C* pods and provide custom configuration for the nodes to use those keystores. This allows users to setup TLS encryption for internode encryption and client-node encryption.

We need to ensure the operator-sdk based version also supports this workflow

smiklosovic commented 5 years ago

hi @benbromhead, if I got it right, it is basically this PR which we need to port?

https://github.com/instaclustr/cassandra-operator/pull/153/files

benbromhead commented 5 years ago

There are other PRs related to it, but that PR describes the functionality fairly well iirc