Cassandra.Link
The best knowledge base on Apache Cassandra®
Helping platform leaders, architects, engineers, and operators build scalable real time data platforms.
A collection of 8 posts
Setting Up a Cassandra Cluster With SSL - DZone Cloud
7/26/2022
This is part 2 of a Cassandra Cluster Tutorial series. Part 1 used Vagrant to setup a local Cassandra Cluster and installs Cassandra on boxes. Part 2 installs Cassandra Database SSL support and confi...
Simple tips for securing Cassandra
3/10/2022
Simple tips for securing Cassandra There has been a lot of news lately around insecurity in NoSQL databases – Cassandra, Elastic, Mongo etc.. so I thought it would a good idea to writ...
GitHub - radicalbit/cassandra-ssl-client-to-node-example: How to configure a client with SSL to connect to a SSL encrypted Cassandra cluster
How to configure a client with SSL to connect to a SSL encrypted Cassandra cluster Apache-2.0 License 4 stars ...
Hardening Cassandra Step by Step - Part 1 Inter-Node Encryption (And a Gentle Intro to Certificates)
10/25/2019
TL;DR: This is a tutorial extracted from part of a presentation I gave at Cassandra Summit 2015 titled Hardening Cassandra for Compliance (or Paranoia). The slides are available and the “SSL Certifica...
Secure Cassandra Cluster
10/16/2019
Enabling PasswordAuthenticator and SSLλ.erangaDec 14, 2018 · 5 min readCassandra allows you to have various security features in node-to-node communication as well and client-to-node communication.In ...
instaclustr/sample-SparkCassandrawithSSL
3/22/2019
Simple sample job illustrating the use of Spark to execute Apache Spark analytics with Cassandra with SSL connection. For detailed instructions on building and submitting this job see our tutorial: h...
cloudurable/cassandra-image
10/24/2018
Cassandra allows you to secure the client transport (CQL) as well as the cluster transport (storage transport).SSL/TLS have some overhead. This is especially true in the JVM world which is not as perf...