mirror of
https://github.com/apache/druid.git
synced 2025-02-07 02:28:19 +00:00
* Fix Kerberos Authentication failing requests without cookies. KerberosAuthenticator was failing `First` request from the clients. After authentication we were setting the cookie properly but not setting the the authenticated flag in the request. This PR fixed that. Additional Fixes - * Removing of Unused SpnegoFilterConfig - replaced by KerberosAuthenticator * Unused internalClientKeytab and principal from KerberosAuthenticator * Fix docs accordingly and add docs for configuring an escalated client. * Fix excluded path config behavior * spelling correction * Revert "spelling correction" This reverts commit fb754b43d86d7183e661d6b2027be52efff8a83b. * Revert "Fix excluded path config behavior" This reverts commit 390104776991a368f838d9326bc48cb0ddd1f870.