gongxuanzhang commented on code in PR #18683:
URL: https://github.com/apache/kafka/pull/18683#discussion_r1934947509
##########
clients/src/test/java/org/apache/kafka/common/security/authenticator/ClientAuthenticationFailureTest.java:
##########
@@ -75,6 +76,7 @@ public void setup() throws Exception {
TestJaasConfig testJaasConfig =
TestJaasConfig.createConfiguration("PLAIN", Collections.singletonList("PLAIN"));
testJaasConfig.setClientOptions("PLAIN", TestJaasConfig.USERNAME,
"anotherpassword");
server = createEchoServer(securityProtocol);
+ JaasUtils.allowDefaultJaasAndCustomJass();
Review Comment:
This test case reports an error. It may be that a change to the default
configuration caused the jaas tested to be rejected.
So I add this line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]