Repository: ambari
Updated Branches:
  refs/heads/branch-1.7.0 df64c37ae -> 660491659


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/66049165
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/66049165
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/66049165

Branch: refs/heads/branch-1.7.0
Commit: 660491659f2e390d3cf2ae2da72297a1a981de34
Parents: df64c37
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:32:10 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/66049165/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