Repository: ambari Updated Branches: refs/heads/branch-2.2 2d485431c -> 1eb5de019
Revert "AMBARI-14875. Ranger Smart configs : Need to hide Audit DB properties if Audit to DB is off (gautam)" Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/1eb5de01 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1eb5de01 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1eb5de01 Branch: refs/heads/branch-2.2 Commit: 1eb5de019d29609664fddcfea06ec07a66e00310 Parents: 2d48543 Author: Jaimin Jetly <[email protected]> Authored: Wed Feb 17 19:47:59 2016 +0530 Committer: Jaimin Jetly <[email protected]> Committed: Wed Feb 17 19:47:59 2016 +0530 ---------------------------------------------------------------------- .../services/RANGER/themes/theme_version_2.json | 40 +------------------- 1 file changed, 2 insertions(+), 38 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/1eb5de01/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json index 59e58a4..fff50fb 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.3/services/RANGER/themes/theme_version_2.json @@ -896,47 +896,11 @@ }, { "config": "admin-properties/audit_db_user", - "subsection-name": "subsection-ranger-audit-db-row2-col1", - "depends-on": [ - { - "configs":[ - "ranger-env/xasecure.audit.destination.db" - ], - "if": "${ranger-env/xasecure.audit.destination.db}", - "then": { - "property_value_attributes": { - "visible": true - } - }, - "else": { - "property_value_attributes": { - "visible": false - } - } - } - ] + "subsection-name": "subsection-ranger-audit-db-row2-col1" }, { "config": "admin-properties/audit_db_name", - "subsection-name": "subsection-ranger-audit-db-row2-col2", - "depends-on": [ - { - "configs":[ - "ranger-env/xasecure.audit.destination.db" - ], - "if": "${ranger-env/xasecure.audit.destination.db}", - "then": { - "property_value_attributes": { - "visible": true - } - }, - "else": { - "property_value_attributes": { - "visible": false - } - } - } - ] + "subsection-name": "subsection-ranger-audit-db-row2-col2" }, { "config": "admin-properties/audit_db_password",
