You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the Semeru JDK 11.0.15 or newer, the following tests fail because of a bug in a dependency(kerby) of the MiniKDC test server that tries to load a class that does not exist in the Semeru JDKs:
javax.security.auth.login.LoginException: No LoginModule found for com.ibm.security.auth.module.Krb5LoginModule
at java.base/javax.security.auth.login.LoginContext.invoke(LoginContext.java:731)
at java.base/javax.security.auth.login.LoginContext$4.run(LoginContext.java:672)
at java.base/javax.security.auth.login.LoginContext$4.run(LoginContext.java:670)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:782)
at java.base/javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:670)
at java.base/javax.security.auth.login.LoginContext.login(LoginContext.java:581)
at org.apache.kerby.kerberos.kerb.client.JaasKrbUtil.loginUsingKeytab(JaasKrbUtil.java:91)
at com.linkedin.kafka.cruisecontrol.servlet.security.MiniKdc.loginAs(MiniKdc.java:68)
at com.linkedin.kafka.cruisecontrol.servlet.security.trustedproxy.TrustedProxySecurityProviderIntegrationTest.testSuccessfulAuthentication(TrustedProxySecurityProviderIntegrationTest.java:71)
When using the Semeru JDK 11.0.15 or newer, the following tests fail because of a bug in a dependency(kerby) of the MiniKDC test server that tries to load a class that does not exist in the Semeru JDKs:
with error similar to :
apache/directory-kerby#111 fixed this issue, hence simplekdc needs to be updated 2.0.3 as it contains the previously mentioned fix.
The text was updated successfully, but these errors were encountered: