[
https://issues.apache.org/jira/browse/KAFKA-7338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16597562#comment-16597562
]
ASF GitHub Bot commented on KAFKA-7338:
---------------------------------------
ijuma closed pull request #5586: KAFKA-7338: Specify AES-128 default encryption
type for Kerberos tests
URL: https://github.com/apache/kafka/pull/5586
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/core/src/test/resources/minikdc-krb5.conf
b/core/src/test/resources/minikdc-krb5.conf
index 06034048755..20f1be5b1d3 100644
--- a/core/src/test/resources/minikdc-krb5.conf
+++ b/core/src/test/resources/minikdc-krb5.conf
@@ -18,6 +18,8 @@
[libdefaults]
default_realm = {0}
udp_preference_limit = 1
+default_tkt_enctypes=aes128-cts-hmac-sha1-96
+default_tgs_enctypes=aes128-cts-hmac-sha1-96
[realms]
{0} = '{'
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Fix SASL Kerberos tests with Java 11
> ------------------------------------
>
> Key: KAFKA-7338
> URL: https://issues.apache.org/jira/browse/KAFKA-7338
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Ismael Juma
> Priority: Major
> Fix For: 2.1.0
>
>
> An example of a failing test is SaslSslAdminClientIntegrationTest:
> {code}
> [2018-08-25 00:21:31,172] ERROR [Controller id=0, targetBrokerId=0]
> Connection to node 0 failed authentication due to: An error:
> (java.security.PrivilegedActionException: javax.security.sasl.SaslException:
> GSS initiate failed [Caused by GSSException: No valid credentials provided
> (Mechanism level: Message stream modified (41) - Message stream modified)])
> occurred when evaluating SASL token received from the Kafka Broker. Kafka
> Client will go to AUTHENTICATION_FAILED state.
> (org.apache.kafka.clients.NetworkClient:663)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)