Repository: ambari
Updated Branches:
  refs/heads/trunk f7c04148c -> 145a80294


AMBARI-21131: Add NIFI JAAS Config StackFeatures to HDP StackFeatures (jluniya)


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

Branch: refs/heads/trunk
Commit: 145a80294706f22914c043ebbb8a8d0b5d7d52ee
Parents: f7c0414
Author: Jayush Luniya <jlun...@hortonworks.com>
Authored: Thu May 25 17:51:16 2017 -0700
Committer: Jayush Luniya <jlun...@hortonworks.com>
Committed: Thu May 25 17:51:16 2017 -0700

----------------------------------------------------------------------
 .../resources/stacks/HDP/2.0.6/properties/stack_features.json  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/145a8029/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
index 78f7b9f..878645b 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/properties/stack_features.json
@@ -417,7 +417,11 @@
       "name": "tls_toolkit_san",
       "description": "Support subject alternative name flag",
       "min_version": "2.6.0.0"
+    },
+    {
+      "name": "nifi_jaas_conf_create",
+      "description": "Create NIFI jaas configuration when kerberos is enabled",
+      "min_version": "2.6.0.0"
     }
-
   ]
 }

Reply via email to