Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

How to login to Atlas after kerberizing sandbox cluster?

avatar
Contributor

I have installed the HDP sandbox HDP-3.0.1.0 (3.0.1.0-187) using Docker and Kerberized the cluster. 

 

I can list the principles from the keytab file like this:

 

klist -kte /etc/security/keytabs/atlas.service.keytab 

 Which gives the following output:

 

Keytab name: FILE:/etc/security/keytabs/atlas.service.keytab
KVNO Timestamp           Principal
---- ------------------- ------------------------------------------------------
   7 12/04/2019 10:27:18 atlas/[email protected] (des-cbc-md5)
   7 12/04/2019 10:27:18 atlas/[email protected] (des3-cbc-sha1)
   7 12/04/2019 10:27:18 atlas/[email protected] (arcfour-hmac)
   7 12/04/2019 10:27:18 atlas/[email protected] (aes256-cts-hmac-sha1-96)
   7 12/04/2019 10:27:18 atlas/[email protected] (aes128-cts-hmac-sha1-96)

 

 

Please forgive my stupidity, but how can I now login to Atlas UI?

 

I've tried the following "usernames" all without avail:

 

- atlas

- atlas/sandbox-hdp.hortonworks.com

- atlas/sandbox-hdp.hortonworks.com/MYREALM.TLD (i can get a valid ticket using kinit using this one)

- admin

- raj_ops (i can login to Ambari with this one)

 

p.s. I've used several password combinations like "admin", "raj_ops", "bigdata", "[mykerberospass]"...

1 ACCEPTED SOLUTION

avatar
Master Mentor

@RobertCare 
Nothing stupid 🙂 The credentials are tricky and documented here the learning the Ropes of the HDP Sandbox

See  the below screenshots  the atlas user& password  is  holger_gov/holger_gov

Atlas user & PassowrdAtlas user & Passowrd

 

ExplanationExplanation

 

 

Hope that helps

View solution in original post

2 REPLIES 2

avatar
Master Mentor

@RobertCare 
Nothing stupid 🙂 The credentials are tricky and documented here the learning the Ropes of the HDP Sandbox

See  the below screenshots  the atlas user& password  is  holger_gov/holger_gov

Atlas user & PassowrdAtlas user & Passowrd

 

ExplanationExplanation

 

 

Hope that helps

avatar
Contributor

Hmm that's interesting. During the process I changed the admin user/pass in the Ambari admin and I restarted Atlas. However those credentials didn't work. 

I just tried holger_gov/holger_gov and that also did not work. Tried restarting again and then the combination I manually configured did work...

 

So I'm up and running again for the moment! Thanks.