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

commit 499bdc0aeadbc4b5a1223e8c9ae9bc4f38edc447
Author: Mugdha Varadkar <fimug...@users.noreply.github.com>
AuthorDate: Tue Oct 23 15:03:26 2018 +0530

    AMBARI-24794 Adding Ranger Password configs in Admin Settings section under 
Advanced config (mugdha) (#2498)
---
 .../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