- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
how to change default Atlas UI admin password
- Labels:
-
Apache Atlas
Created ‎10-30-2017 12:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I try to change the default Atlas admin UI password using following steps but it does not work.
Step 1: Generate the sha256 password string
# echo -n "Password" | sha256sum
e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a
Step 2: Modify the users-credentials.properties file
# /etc/atlas//0/users-credentials.properties
#username=group::sha256-password
admin=ADMIN::e7cf3ef4f17c3999a94f2c6f612e8a888e5b1026878e4e19398b23bd38ec221a <---- replace this string
rangertagsync=RANGER_TAG_SYNC
::e3f67240f5117d1753c940dae9eea772d36ed5fe9bd9c94a300e40413f1afb9d
Note: Replace sha256 string which was generated in step one.
Step 3: Navigate to Ambari and restart the Atlas service.
Step 4: Login with the new password.
But it does not work. Any instructions or missing step in the above procedure. Thank you.
Created ‎10-30-2017 01:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try adding new user entry to /etc/atlas/conf/users-credentials.properties file and then restart Atlas from Ambari and check the Atlas login
HTH
Created ‎10-31-2017 11:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Nixon, I am not adding new user. I am trying to change the password for the existing admin user. I change the user-credentials.properties file but no success. Thanks for offering the help.
Created ‎10-31-2017 04:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I was able to login with password for admin user in /etc/atlas/conf/users-credentials.properties file.
Ensure that you are doing it same host where Atlas server is running, users-credentials.properties file is present on all HDP hosts.
Created ‎04-13-2018 04:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
we can change the password in advanced atals-env in the atlas configurations in ambari.
Created on ‎09-12-2018 11:37 PM - edited ‎08-18-2019 02:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In a cluster managed by Ambari, the Atlas admin password for the File Authentication mode must be changed from inside Ambari Server or it will be rewritten after a service restart. This value may be found in section Configs-> Advanced -> Advanced atlas-env -> Admin password
as shown in the image bellow
Created ‎07-05-2023 09:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It works for me
