Repository: ambari Updated Branches: refs/heads/trunk dd84963df -> 9069cb2fe
AMBARI-5011. Security Wizard: enable Kerberos setup for Falcon. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9069cb2f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9069cb2f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9069cb2f Branch: refs/heads/trunk Commit: 9069cb2fec307ff006d9cab6d78030c25c65f70d Parents: dd84963 Author: Jaimin Jetly <[email protected]> Authored: Tue Mar 11 16:31:53 2014 -0700 Committer: Jaimin Jetly <[email protected]> Committed: Tue Mar 11 16:31:53 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/9069cb2f/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 dcaab21..072971b 100644 --- a/ambari-web/app/data/HDP2/secure_mapping.js +++ b/ambari-web/app/data/HDP2/secure_mapping.js @@ -517,6 +517,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": [], "foreignKey": null,
