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 1db69d3  AMBARI-24794 Adding Ranger Password configs in Admin Settings 
section under Advanced config (mugdha) (#2481)
1db69d3 is described below

commit 1db69d3c7ca0ae52d243350391b64dea37246a81
Author: Mugdha Varadkar <fimug...@users.noreply.github.com>
AuthorDate: Fri Oct 19 10:30:16 2018 +0530

    AMBARI-24794 Adding Ranger Password configs in Admin Settings section under 
Advanced config (mugdha) (#2481)
---
 .../app/data/configs/services/ranger_properties.js     | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/ambari-web/app/data/configs/services/ranger_properties.js 
b/ambari-web/app/data/configs/services/ranger_properties.js
index fa89e70..65f8ff3 100644
--- a/ambari-web/app/data/configs/services/ranger_properties.js
+++ b/ambari-web/app/data/configs/services/ranger_properties.js
@@ -33,9 +33,23 @@ module.exports = [
   },
   {
     "category": "RANGER_ADMIN",
-    "filename": "admin-properties.xml",
+    "filename": "ranger-env.xml",
     "index": 2,
-    "name": "SQL_CONNECTOR_JAR",
+    "name": "rangerusersync_user_password",
+    "serviceName": "RANGER"
+  },
+  {
+    "category": "RANGER_ADMIN",
+    "filename": "ranger-env.xml",
+    "index": 3,
+    "name": "rangertagsync_user_password",
+    "serviceName": "RANGER"
+  },
+  {
+    "category": "RANGER_ADMIN",
+    "filename": "ranger-env.xml",
+    "index": 4,
+    "name": "keyadmin_user_password",
     "serviceName": "RANGER"
   },
   {

Reply via email to