Repository: ambari
Updated Branches:
  refs/heads/trunk 5fb9a9ffe -> 96517a9b1


AMBARI-7991. Security wizard doesn't add krb5.conf property to Knox's 
gateway-site. (sumit gupta via jaimin)


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

Branch: refs/heads/trunk
Commit: 96517a9b183a24838d5b17cd3c9381ed1e8f6584
Parents: 5fb9a9f
Author: Jaimin Jetly <jai...@hortonworks.com>
Authored: Tue Oct 28 11:32:10 2014 -0700
Committer: Jaimin Jetly <jai...@hortonworks.com>
Committed: Tue Oct 28 11:33:06 2014 -0700

----------------------------------------------------------------------
 ambari-web/app/data/HDP2/secure_mapping.js | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/96517a9b/ambari-web/app/data/HDP2/secure_mapping.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/data/HDP2/secure_mapping.js 
b/ambari-web/app/data/HDP2/secure_mapping.js
index 0380b43..27af72f 100644
--- a/ambari-web/app/data/HDP2/secure_mapping.js
+++ b/ambari-web/app/data/HDP2/secure_mapping.js
@@ -680,6 +680,14 @@ module.exports = [
     "serviceName": "KNOX"
   },
   {
+    "name": "java.security.krb5.conf",
+    "templateName": [],
+    "foreignKey": null,
+    "value": "/etc/krb5.conf",
+    "filename": "gateway-site.xml",
+    "serviceName": "KNOX"
+  },
+  {
     "name": "hadoop.proxyuser.<foreignKey[0]>.groups",
     "templateName": ["proxyuser_group"],
     "foreignKey": ["knox_primary_name"],

Reply via email to