Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Want to add user account for Atlas Web UI, not able to figure out the hashing value?

avatar
Super Collaborator

Hello everyone, I am adding a user entry in /etc/atlas/conf/users-credentials.properties:

tom=ROLE_ADMIN::941430731bb078ac6ed1db304865d7c3e0f43d564b26ffc4307d745f9ea37a6b

The password is tom, and obtained this hashing value from running "echo tom | sha256sum". But I am getting Invalid credentials at Atlas login page.

Is this the right approach or am I missing something? Please help

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Its working now, I was missing -n option in the command. It should be:

echo -n tom | sha256sum

View solution in original post

1 REPLY 1

avatar
Super Collaborator

Its working now, I was missing -n option in the command. It should be:

echo -n tom | sha256sum