You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2015/02/10 19:20:05 UTC

[3/6] cassandra git commit: Mention storage port should not be exposed, either

Mention storage port should not be exposed, either


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/28c380c9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/28c380c9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/28c380c9

Branch: refs/heads/trunk
Commit: 28c380c96a363eb1a2b43109ee40f8cf2ee681f3
Parents: ce8501b
Author: Brandon Williams <br...@apache.org>
Authored: Tue Feb 10 12:19:43 2015 -0600
Committer: Brandon Williams <br...@apache.org>
Committed: Tue Feb 10 12:19:43 2015 -0600

----------------------------------------------------------------------
 conf/cassandra.yaml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/28c380c9/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 99f13a6..163ae9e 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -287,10 +287,12 @@ trickle_fsync: false
 trickle_fsync_interval_in_kb: 10240
 
 # TCP port, for commands and data
+# For security reasons, you should not expose this port to the internet.  Firewall it if needed.
 storage_port: 7000
 
 # SSL port, for encrypted communication.  Unused unless enabled in
 # encryption_options
+# For security reasons, you should not expose this port to the internet.  Firewall it if needed.
 ssl_storage_port: 7001
 
 # Address to bind to and tell other Cassandra nodes to connect to. You