Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

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