cassandra/examples/ssl-factory
Maulin Vasavada 24dcc280c2 CEP-9 make SSLContext creation pluggable
patch by Maulin Vasavada; reviewed by Jon Meredith, Stefan Miklosovic and Berenguer Blasi for CASSANDRA-16666
2021-10-04 08:54:48 +02:00
..
src/org/apache/cassandra/security CEP-9 make SSLContext creation pluggable 2021-10-04 08:54:48 +02:00
test CEP-9 make SSLContext creation pluggable 2021-10-04 08:54:48 +02:00
README.txt CEP-9 make SSLContext creation pluggable 2021-10-04 08:54:48 +02:00
build.xml CEP-9 make SSLContext creation pluggable 2021-10-04 08:54:48 +02:00

README.txt

Cassandra Custom SslContextFactory Example:
==========================================

Example-1: Custom SslContextFactory implementation based on Kubernetes secrets
------------------------------------------------------------------------------
For the documentation please refer to the javadocs for the K8SecretsSslContextFactory.java.


Installation:
============
Step 1: Build the Cassandra classes locally

change directory to <cassandra_src_dir>
run "ant build"

Step 2: Run tests for the security examples

change directory to <cassandra_src_dir>/examples/ssl-factory
run "ant test"