mirror of https://github.com/apache/cassandra
Make clear in the documentation that stress is not a secured tool
patch by Berenguer Blasi; reviewed by Eduard Tudenhöfner for CASSANDRA-15749
This commit is contained in:
parent
e394dc0bb3
commit
b2c5f91fd6
|
|
@ -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"
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue