You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ga...@apache.org on 2015/11/23 08:44:18 UTC

ambari git commit: AMBARI-13348. Add ranger.sso.browser.useragent property for Ranger SSO integration

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 9d5c4917e -> 005ba8e93


AMBARI-13348. Add ranger.sso.browser.useragent property for Ranger SSO integration


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

Branch: refs/heads/branch-2.1
Commit: 005ba8e93da4162b07f539193cd50671fc3934a9
Parents: 9d5c491
Author: Gautam Borad <ga...@apache.org>
Authored: Mon Nov 23 10:16:50 2015 +0530
Committer: Gautam Borad <ga...@apache.org>
Committed: Mon Nov 23 13:14:09 2015 +0530

----------------------------------------------------------------------
 .../services/RANGER/configuration/ranger-admin-site.xml   | 10 ++++++++++
 ambari-web/app/data/HDP2.3/site_properties.js             |  6 ++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/005ba8e9/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml
index b00e291..ab70a82 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/configuration/ranger-admin-site.xml
@@ -501,4 +501,14 @@
     </value-attributes>
   </property>
 
+  <property>
+    <name>ranger.sso.browser.useragent</name>
+    <value>Mozilla,chrome</value>
+    <display-name>SSO browser useragent</display-name>
+    <description>Comma seperated browser agent</description>
+    <value-attributes>
+      <empty-value-valid>true</empty-value-valid>
+    </value-attributes>
+  </property>
+
 </configuration>

http://git-wip-us.apache.org/repos/asf/ambari/blob/005ba8e9/ambari-web/app/data/HDP2.3/site_properties.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2.3/site_properties.js b/ambari-web/app/data/HDP2.3/site_properties.js
index 59ab130..5150ff2 100644
--- a/ambari-web/app/data/HDP2.3/site_properties.js
+++ b/ambari-web/app/data/HDP2.3/site_properties.js
@@ -221,6 +221,12 @@ hdp23properties.push({
     "category": "KnoxSSOSettings"
   },
   {
+    "name": "ranger.sso.browser.useragent",
+    "serviceName": "RANGER",
+    "filename": "ranger-admin-site.xml",
+    "category": "KnoxSSOSettings"
+  },
+  {
     "name": "ranger.ldap.ad.domain",
     "serviceName": "RANGER",
     "filename": "ranger-admin-site.xml",