From 07bbf2cd978bf71d70863f7680a388e19821c481 Mon Sep 17 00:00:00 2001 From: pranavchaurasia18 Date: Mon, 7 Apr 2025 10:09:32 +0200 Subject: [PATCH] Docs should mention that cassandra.yaml should be secure patch by Pranav Chaurasia; reviewed by Stefan Miklosovic for CASSANDRA-18297 --- doc/modules/cassandra/pages/getting_started/configuring.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/getting_started/configuring.adoc b/doc/modules/cassandra/pages/getting_started/configuring.adoc index ba72f97917..b099836caa 100644 --- a/doc/modules/cassandra/pages/getting_started/configuring.adoc +++ b/doc/modules/cassandra/pages/getting_started/configuring.adoc @@ -14,7 +14,7 @@ to various Cassandra configuration files. Some examples that require non-default configuration are deploying a multi-node cluster or using clients that are not running on a cluster node. -* `cassandra.yaml`: the main configuration file for Cassandra +* `cassandra.yaml`: the main configuration file for Cassandra, it contains sensitive settings and therefore should not be accessed or modified by untrusted users * `cassandra-env.sh`: environment variables can be set * `cassandra-rackdc.properties` OR `cassandra-topology.properties`: set rack and datacenter information for a cluster