You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2018/11/16 08:27:12 UTC

[ambari] branch trunk updated: AMBARI-24886 : Add stack feature constant to support Ranger admin users password change. (#2614)

This is an automated email from the ASF dual-hosted git repository.

vishalsuvagia pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 52384fb  AMBARI-24886 : Add stack feature constant to support Ranger admin users password change. (#2614)
52384fb is described below

commit 52384fb8e703f7c1c99cc64a3e8e3526cca56b6d
Author: Vishal Suvagia <vi...@users.noreply.github.com>
AuthorDate: Fri Nov 16 13:57:07 2018 +0530

    AMBARI-24886 : Add stack feature constant to support Ranger admin users password change. (#2614)
---
 .../src/main/python/resource_management/libraries/functions/constants.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-common/src/main/python/resource_management/libraries/functions/constants.py b/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
index f25b2b5..ba179bc 100644
--- a/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
+++ b/ambari-common/src/main/python/resource_management/libraries/functions/constants.py
@@ -124,3 +124,4 @@ class StackFeature:
   OOZIE_EXTJS_INCLUDED = "oozie_extjs_included"
   MULTIPLE_ENV_SH_FILES_SUPPORT = "multiple_env_sh_files_support"
   AMS_LEGACY_HADOOP_SINK = "ams_legacy_hadoop_sink"
+  RANGER_ALL_ADMIN_CHANGE_DEFAULT_PASSWORD = 'ranger_all_admin_change_default_password'