You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by mc...@apache.org on 2020/05/06 07:58:58 UTC

[cassandra] branch trunk updated: Make clear in the documentation that stress is not a secured tool

This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b2c5f91  Make clear in the documentation that stress is not a secured tool
b2c5f91 is described below

commit b2c5f91fd6fa2bbce7e1a1a4cb31a64e0b229f13
Author: Bereng <be...@gmail.com>
AuthorDate: Wed Apr 29 14:02:34 2020 +0200

    Make clear in the documentation that stress is not a secured tool
    
     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 bcac54e..c59d058 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org