-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kerberos in Druid #9628
Comments
that looks like something was wrong with signed secret in the cookie, you should clear your cookies and try again. |
@himanshug we have cleared cookies several time, everything is working excpet UI is not opening. when we fresh it again we get below error Problem accessing /unified-console.html. Reason:
|
first error could be related to https://stackoverflow.com/questions/47227276/gssexception-defective-token-detected-when-trying-to-authenticate-to-tomcat and that leads to second error |
This caused by CookieManager in KerberosHttpClient;CookieManager can not work correctly. |
This issue has been marked as stale due to 280 days of inactivity. |
This issue has been closed due to lack of activity. If you think that |
Cleaning the cookies worked for me to access the web UI's from local mac |
Hi Team,
We have successfully setup Kerberos on Druid and we are trying to open Router console page, the page is failing with 403 status code and logs says below issue:
2020-04-06T15:22:44,293 WARN [qtp1051927339-80] org.apache.druid.security.kerberos.KerberosAuthenticator - AuthenticationToken ignored: org.apache.hadoop.security.authentication.util.SignerException: Invalid signed text:
How to resolve this issue. We are not able to open console page.Although we are able to insert data and query it.
Thanks,
Ashish
The text was updated successfully, but these errors were encountered: