Open benbromhead opened 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
There are other PRs related to it, but that PR describes the functionality fairly well iirc
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