Gabriella Lotz created KUDU-3673:
------------------------------------
Summary: Implement SPNEGO into Java tests
Key: KUDU-3673
URL: https://issues.apache.org/jira/browse/KUDU-3673
Project: Kudu
Issue Type: Improvement
Reporter: Gabriella Lotz
When Kerberos is enabled in ExternalMiniCluster, it will automatically enable
SPNEGO authentication for web UI endpoints
({{{}--webserver_require_spnego=true{}}}). This causes Java tests to fail as
they access endpoints (like the IPKI CA certificate) without Kerberos
credentials. We will work around this by explicitly setting
{{--webserver_require_spnego=false}} in Java tests.
Java tests should properly implement SPNEGO authentication when Kerberos is
enabled.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)