From f3ebc0bd1c80ec6a4dc2d2172391f94faec834be Mon Sep 17 00:00:00 2001 From: Jean Carlo Rivera Ura Date: Thu, 13 Feb 2020 14:05:33 -0800 Subject: [PATCH] Fix documentation about activating remote jmx Patch by Jean Carlo Rivera Ura; Reviewed by David Capwell and Dinesh Joshi for CASSANDRA-15535 --- CHANGES.txt | 1 + doc/source/operating/security.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 1e2e64c94c..d88d40d88d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.0-alpha4 + * Documentation gives the wrong instruction to activate remote jmx (CASSANDRA-15535) * Improve the description of nodetool listsnapshots command (CASSANDRA-14587) * allow embedded cassandra launched from a one-jar or uno-jar (CASSANDRA-15494) * Update hppc library to version 0.8.1 (CASSANDRA-12995) diff --git a/doc/source/operating/security.rst b/doc/source/operating/security.rst index c2d8b79b07..12f2d24c25 100644 --- a/doc/source/operating/security.rst +++ b/doc/source/operating/security.rst @@ -276,7 +276,7 @@ providers are available; the first based on standard JMX security and the second Cassandra's own auth subsystem. The default settings for Cassandra make JMX accessible only from localhost. To enable remote JMX connections, edit -``cassandra-env.sh`` (or ``cassandra-env.ps1`` on Windows) to change the ``LOCAL_JMX`` setting to ``yes``. Under the +``cassandra-env.sh`` (or ``cassandra-env.ps1`` on Windows) to change the ``LOCAL_JMX`` setting to ``no``. Under the standard configuration, when remote JMX connections are enabled, :ref:`standard JMX authentication ` is also switched on.