Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 e60d672f4 -> f6215227f
  refs/heads/trunk a2e9b4af4 -> db1425a90


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


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/db1425a9
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/db1425a9
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/db1425a9

Branch: refs/heads/trunk
Commit: db1425a906e7bb10dbda11d0b831ecce9da8646f
Parents: a2e9b4a
Author: Andrew Onishuk <aonis...@hortonworks.com>
Authored: Wed Jul 1 12:17:46 2015 +0300
Committer: Andrew Onishuk <aonis...@hortonworks.com>
Committed: Wed Jul 1 12:17:46 2015 +0300

----------------------------------------------------------------------
 .../OOZIE/4.2.0.2.3/configuration/oozie-site.xml            | 9 ---------
 .../main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml  | 1 -
 2 files changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/db1425a9/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
 
b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
index 9ef56ca..f449421 100644
--- 
a/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
+++ 
b/ambari-server/src/main/resources/common-services/OOZIE/4.2.0.2.3/configuration/oozie-site.xml
@@ -49,15 +49,6 @@
   </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>
     <description>

http://git-wip-us.apache.org/repos/asf/ambari/blob/db1425a9/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml 
b/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
index 3fa90be..32da93f 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml
+++ b/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>

Reply via email to