[
https://issues.apache.org/jira/browse/KAFKA-7338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596403#comment-16596403
]
ASF GitHub Bot commented on KAFKA-7338:
---------------------------------------
rajinisivaram opened a new pull request #5586: KAFKA-7338: Specify AES-128
default encryption type for Kerberos tests
URL: https://github.com/apache/kafka/pull/5586
Java 11 uses `aes256-cts-hmac-sha1-96` as the default encryption type for
Kerberos even if 256-bit encryption is not enabled. Configure
`default_tkt_enctypes` and `default_tgs_enctypes` to use AES-128 for Kerberos
tests.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
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)