Created 01-17-2019 01:44 PM
after configure knox and integrate it with atlas and ranger, everything work, but I CANT login using the same user and password for atlas and ranger, for example admin user and password.
The url for bouth services are:
https://localhost:8443/gateway/knoxsso/knoxauth/login.html?originalUrl=http://sandbox-hdp-security:6... https://localhost:8443/gateway/knoxsso/knoxauth/login.html?originalUrl=http://sandbox-hdp-security:2...
Created 01-24-2019 09:14 AM
One reason I see is localhost & sandbox-hdp-security are a different domain, which may be causing this issue since KNOX SSO cookie should be readable by component application (ATLAS, RANGER). Use a proxy or add domain rule in /etc/hosts to map sandbox-hdp-security to localhost.
HTH
Created 01-24-2019 09:14 AM
One reason I see is localhost & sandbox-hdp-security are a different domain, which may be causing this issue since KNOX SSO cookie should be readable by component application (ATLAS, RANGER). Use a proxy or add domain rule in /etc/hosts to map sandbox-hdp-security to localhost.
HTH
Created 01-27-2019 11:00 AM
its works, using hostname from my local web navegator, i can access.
thanks
Created 01-29-2019 06:05 AM
@Roberto Sancho, Good to know that it helped. please accept the answer to close the thread.