Procházet zdrojové kódy

AMBARI-9560. Add hbase.rpc.protection to HBase stack definition. (yusaku)

Yusaku Sako před 10 roky
rodič
revize
45a1cb14e2

+ 5 - 0
ambari-server/src/main/resources/common-services/HBASE/0.96.0.2.0/configuration/hbase-site.xml

@@ -328,4 +328,9 @@
     <description>Path to domain socket.</description>
     <description>Path to domain socket.</description>
   </property>
   </property>
 
 
+  <property>
+    <name>hbase.rpc.protection</name>
+    <value>authentication</value>
+  </property>
+
 </configuration>
 </configuration>