Paul Bennett

Results 7 comments of Paul Bennett

Hi Arjan, I've been working on the JASPIC problems you reported on the WebSphere Liberty profile. I have all of the failures that you reported working in the new May...

Correct, the async-authentication failure was not there before. It was introduced by my changes to fix the failures you reported. I didn't catch it in time for the beta, but...

Yep, that's a bug in Liberty getUserPrincipal. I coded up a fix and the tests run clean without the UNAUTHENTICATED change.

Hi Arjan, Have you been able to get the forward to work on any container? I'm able to get include working on Liberty. But I found that on return from...

Yes that helps thanks. Definitely agree that the intent (and the implied flows) are not at all clear from the spec. So just to summarize: the behavior on SEND_CONTINUE with...

Gotcha, totally clear now. Thanks. We can make that change easily enough. One concern is that it appears to be an incompatible change of behavior from the 1.0 spec -...

@jotak On the failing cluster: ``` $ oc get network.config/cluster -o jsonpath='{.status.networkType}{"\n"}' Calico ``` On the "working" cluster: ``` $ oc get network.config/cluster -o jsonpath='{.status.networkType}{"\n"}' OVNKubernetes ``` I'm not sure...