From b2c5f91fd6fa2bbce7e1a1a4cb31a64e0b229f13 Mon Sep 17 00:00:00 2001 From: Bereng Date: Wed, 29 Apr 2020 14:02:34 +0200 Subject: [PATCH] Make clear in the documentation that stress is not a secured tool MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit patch by Berenguer Blasi; reviewed by Eduard Tudenhöfner for CASSANDRA-15749 --- doc/source/tools/cassandra_stress.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/tools/cassandra_stress.rst b/doc/source/tools/cassandra_stress.rst index bcac54ec1a..c59d0583f3 100644 --- a/doc/source/tools/cassandra_stress.rst +++ b/doc/source/tools/cassandra_stress.rst @@ -266,4 +266,8 @@ Use the schema option making sure to either escape the parenthesis or enclose in Use the transport option:: - cassandra-stress "write n=100k cl=ONE no-warmup" -transport "truststore=$HOME/jks/truststore.jks truststore-password=cassandra" \ No newline at end of file + cassandra-stress "write n=100k cl=ONE no-warmup" -transport "truststore=$HOME/jks/truststore.jks truststore-password=cassandra" + +**Is Cassandra Stress a secured tool?** + +Cassandra stress is not a secured tool. Serialization and other aspects of the tool offer no security guarantees.