cassandra/examples/ssl-factory
Stefan Miklosovic 9860c1e9d9
Fix copying of JAR of a trigger to temporary file
While testing the fix for trigger, we fixed the corresponding
trigger example. While on it, we detected that ssl-factory example was
not working either so it is fixed in this commit as well.

patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18264
2023-02-17 16:36:42 +01:00
..
src/org/apache/cassandra/security Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01:00
test Fix copying of JAR of a trigger to temporary file 2023-02-17 16:36:42 +01:00
README.adoc Fix copying of JAR of a trigger to temporary file 2023-02-17 16:36:42 +01:00
build.xml Add support for PEM based key material for SSL 2022-02-07 22:18:14 +01: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
----