This is an automated email from the ASF dual-hosted git repository.
mugdha 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 5cc3594 AMBARI-25183 Need a stack feature constant for add zoneName
field in collection used for Ranger plugin audit (#2853)
5cc3594 is described below
commit 5cc3594560d60792c390e141227c8112a5212d4b
Author: Mugdha Varadkar <[email protected]>
AuthorDate: Fri Mar 8 11:07:51 2019 +0530
AMBARI-25183 Need a stack feature constant for add zoneName field in
collection used for Ranger plugin audit (#2853)
---
.../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