cassandra/examples/ssl-factory
maulin-vasavada 37fe4b679c
Provide keystore_password_file and truststore_password_file options to read credentials from a file
patch by Maulin Vasavada; reviewed by Stefan Miklosovic, Maxwell Guo for CASSANDRA-13428
2025-03-04 12:33:41 +01:00
..
src/org/apache/cassandra/security Provide keystore_password_file and truststore_password_file options to read credentials from a file 2025-03-04 12:33:41 +01:00
test Make JMX SSL configurable in cassandra.yaml 2024-11-23 10:40:13 +01:00
README.adoc Fix copying of JAR of a trigger to temporary file 2023-02-17 16:36:42 +01:00
build.xml Merge branch 'cassandra-4.1' into cassandra-5.0 2023-09-25 14:26:14 -06:00

README.adoc

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

This example shows custom SslContextFactory implementation based on Kubernetes secrets
For the documentation please refer to the javadocs for `K8SecretsSslContextFactory.java.`

Installation
-------------

Step 1: Build the Cassandra classes locally

----
$ cd <cassandra_src_dir>
$ ant build
----

Step 2: Run tests for the security examples

----
$ cd <cassandra_src_dir>/examples/ssl-factory
$ ant test
----