瀏覽代碼

AMBARI-11239. Enable Anonymous access to oozie web ui (aonishuk)

Andrew Onishuk 10 年之前
父節點
當前提交
9647b3980e

+ 1 - 1
ambari-server/src/main/resources/common-services/OOZIE/5.0.0.2.3/configuration/oozie-site.xml

@@ -153,7 +153,7 @@
 
   <property>
     <name>oozie.authentication.simple.anonymous.allowed</name>
-    <value>false</value>
+    <value>true</value>
     <description>
       Indicates if anonymous requests are allowed when using 'simple' authentication.
     </description>