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!