Parcourir la source

AMBARI-5011. Security Wizard: enable Kerberos setup for Falcon. (jaimin)

Jaimin Jetly il y a 11 ans
Parent
commit
9069cb2fec
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      ambari-web/app/data/HDP2/secure_mapping.js

+ 8 - 0
ambari-web/app/data/HDP2/secure_mapping.js

@@ -516,6 +516,14 @@ module.exports = [
   },
 
   /***************************************FALCON***********************************************/
+  {
+    "name": "*.falcon.authentication.type",
+    "templateName": [],
+    "foreignKey": null,
+    "value": "kerberos",
+    "filename": "falcon-startup.properties.xml",
+    "serviceName": "FALCON"
+  },
   {
     "name": "*.falcon.http.authentication.type",
     "templateName": [],