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/28 06:50:57 UTC

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

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

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


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

commit bf43705dda5640ad37b8b1030af5ebd40fc4c782
Author: Vishal Suvagia <vi...@users.noreply.github.com>
AuthorDate: Wed Nov 28 12:20:52 2018 +0530

    AMBARI-24886 : Add stack feature constant to support Ranger admin users password change. (#2606)
---
 .../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'