This is an automated email from the ASF dual-hosted git repository.
mugdha 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 3f903f2 AMBARI-25183 Need a stack feature constant for add zoneName
field in collection used for Ranger plugin audit (#2852)
3f903f2 is described below
commit 3f903f2cf9f1d38d9940ea6d138f5226a7a5157d
Author: Mugdha Varadkar <[email protected]>
AuthorDate: Fri Mar 8 11:08:39 2019 +0530
AMBARI-25183 Need a stack feature constant for add zoneName field in
collection used for Ranger plugin audit (#2852)
---
.../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 82efddb..661b3f7 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
@@ -126,3 +126,4 @@ class StackFeature:
AMS_LEGACY_HADOOP_SINK = "ams_legacy_hadoop_sink"
RANGER_ALL_ADMIN_CHANGE_DEFAULT_PASSWORD =
'ranger_all_admin_change_default_password'
KAFKA_ENV_INCLUDE_RANGER_SCRIPT='kafka_env_include_ranger_script'
+ RANGER_SUPPORT_SECURITY_ZONE_FEATURE = 'ranger_support_security_zone_feature'
\ No newline at end of file