- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
atlas and ranger login with knox
- Labels:
-
Apache Atlas
-
Apache Knox
-
Apache Ranger
Created ‎01-17-2019 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
its works, using hostname from my local web navegator, i can access.
thanks
Created ‎01-29-2019 06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Roberto Sancho, Good to know that it helped. please accept the answer to close the thread.
