Support Questions

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

Kerberos fails to authenticate using Google Chrome

avatar
Contributor

Hi, from one day to another the web ui of HDFS / YARN stop working saying :

HTTP ERROR 401

Problem accessing /index.html. Reason:

    Authentication required 

 Classic problem when you dont use kinit -kt xxx.keytab xxx@MY_REAL.
Seems to me that is only a problem of Chrome (on Safari works fine, on Firefox i added the urls on some configurations props and works fine).
I tried some guide online that say to start chrome with --auth-server-whitelist= or use the console to add "

defaults write com.google.Chrome AuthServerWhitelist = "server.domain" but nothing of this works.
Im using Chrome 101.xxx on OSX 10.14.
Do you have any advice? Thanks!

1 REPLY 1

avatar
Super Guru

@loridigia ,

 

The best way to avoid this problem is to configure and use Knox Gateway to access those services. Knox will handle the authentication and will ensure you can use those services without requiring any specific browser configuration.

 

Cheers,

André

 

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.