You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2017/06/21 19:04:33 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 acd3002d9 -> bf8f70773


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

Branch: refs/heads/branch-2.5
Commit: bf8f707735874c3cd005e72bebca5d888db9912f
Parents: acd3002
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Thu May 25 17:51:16 2017 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Wed Jun 21 12:04:24 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/bf8f7077/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"
     }
-
   ]
 }