浏览代码

ZOOKEEPER-1917 Apache Zookeeper logs cleartext admin passwords (michim via rakeshr)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1631277 13f79535-47bb-0310-9956-ffa450edef68
Rakesh Radhakrishnan 10 年之前
父节点
当前提交
4bb2b80499
共有 1 个文件被更改,包括 7 次插入7 次删除
  1. 7 7
      src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

+ 7 - 7
src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml

@@ -1676,14 +1676,14 @@ server.3=zoo3:2888:3888</programlisting>
         this document for more details on setting a retention policy
         and maintenance of ZooKeeper storage.
         </para>
+        <note>
+        <para>The data stored in these files is not encrypted. In the case of
+        storing sensitive data in ZooKeeper, necessary measures need to be
+        taken to prevent unauthorized access. Such measures are external to
+        ZooKeeper (e.g., control access to the files) and depend on the
+        individual settings in which it is being deployed. </para>
+        </note>
       </section>
-      <note>
-      <para>The data stored in these files is not encrypted. In the case of
-      storing sensitive data in ZooKeeper (which is fairly uncommon), necessary
-      measures need to be taken to prevent unauthorized access. Such measures
-      are external to ZooKeeper (e.g., control access to the files) and
-      depend on the individual settings in which it is being deployed. </para>
-      </note>
     </section>
 
     <section id="sc_commonProblems">