Forráskód Böngészése

AMBARI-12231. oozie.service.AuthorizationService.authorization.enabled Should be set to TRUE (aonishuk)

Andrew Onishuk 10 éve
szülő
commit
db1425a906

+ 0 - 9
ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml

@@ -48,15 +48,6 @@
     </description>
   </property>
 
-  <property>
-    <name>oozie.service.AuthorizationService.authorization.enabled</name>
-    <value>false</value>
-    <description>
-      Specifies whether security (user name/admin role) is enabled or not.
-      If disabled any user can manage Oozie system and manage any job.
-    </description>
-  </property>
-
   <property>
     <name>oozie.service.HadoopAccessorService.hadoop.configurations</name>
     <value>*=/etc/hadoop/conf</value>

+ 0 - 1
ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml

@@ -1005,7 +1005,6 @@
               <keep-key>oozie.authentication.type</keep-key>
               <keep-key>oozie.authentication.simple.anonymous.allowed</keep-key>
               <keep-key>oozie.authentication.kerberos.name.rules</keep-key>
-              <keep-key>oozie.service.AuthorizationService.authorization.enabled</keep-key>
               <keep-key>oozie.service.HadoopAccessorService.hadoop.configurations</keep-key>
               <keep-key>oozie.service.HadoopAccessorService.kerberos.enabled</keep-key>
               <keep-key>oozie.service.URIHandlerService.uri.handlers</keep-key>