quarkiverse / quarkus-kerberos

Quarkus Kerberos extension
Apache License 2.0
4 stars 3 forks source link

Native tests not working #41

Open gsmet opened 2 years ago

gsmet commented 2 years ago

Ecosystem CI says that the native tests are not working and I was able to reproduce it locally:

[ERROR] Failures: 
[ERROR]   KerberosResourceIT>KerberosResourceTestCase.testSpnegoSuccess:55 1 expectation failed.
Response body doesn't match expectation.
Expected: is "jduke jduke@QUARKUS.IO QUARKUS.IO"
  Actual: 

/cc @cescoffier @sberyozkin

sberyozkin commented 2 years ago

Stuart looked briefly into adding a native support but we haven't really expected the tests pass in native mode as there was no immediate demand for it; I'll have a look but a bit later

aanavaneeth commented 3 months ago

We use MIT Kerberos and we use native Kerberos with Java. Can we look into this? A lot of enterprise users will benefit out of this.