You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by mu...@apache.org on 2018/06/29 13:00:19 UTC

[ambari] branch trunk updated: AMBARI-24216 Updating admin user password field value for Ranger and Atlas (mugdha) (#1645)

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 bbcc1b8  AMBARI-24216 Updating admin user password field value for Ranger and Atlas (mugdha) (#1645)
bbcc1b8 is described below

commit bbcc1b80cadde59bd114bc37caf51b0387ef8343
Author: Mugdha Varadkar <fi...@users.noreply.github.com>
AuthorDate: Fri Jun 29 18:30:16 2018 +0530

    AMBARI-24216 Updating admin user password field value for Ranger and Atlas (mugdha) (#1645)
---
 .../resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml | 2 +-
 .../resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-env.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
index 077ba00..717e7a7 100644
--- a/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
+++ b/ambari-server/src/main/resources/common-services/RANGER/0.4.0/configuration/ranger-env.xml
@@ -103,7 +103,7 @@
   </property>
   <property>
     <name>admin_password</name>
-    <value>admin</value>
+    <value></value>
     <property-type>PASSWORD</property-type>
     <description>This is the password for default admin user that is used for creating ambari user in Ranger Admin</description>
     <value-attributes>
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-env.xml b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-env.xml
index b69bccd..21cc620 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-env.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/atlas-env.xml
@@ -31,7 +31,7 @@
     <name>atlas.admin.password</name>
     <display-name>Admin password</display-name>
     <description>Admin Login password</description>
-    <value>admin</value>
+    <value></value>
     <property-type>PASSWORD</property-type>
     <value-attributes>
       <type>password</type>