You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/05/31 14:37:19 UTC

[05/17] ambari git commit: AMBARI-21131: Add NIFI JAAS Config StackFeatures to HDP StackFeatures (jluniya)

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/branch-feature-AMBARI-12556
Commit: 145a80294706f22914c043ebbb8a8d0b5d7d52ee
Parents: f7c0414
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Thu May 25 17:51:16 2017 -0700
Committer: Jayush Luniya <jl...@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"
     }
-
   ]
 }