Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

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

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

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

Super Collaborator

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

echo -n tom | sha256sum

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.