BramMeerten

Results 21 comments of BramMeerten

I got it working with a few lines of code using `io.cloudevents:cloudevents-http-basic` and `io.micronaut:micronaut-http-client`: ``` @Singleton public class MyEventPublisher { @Inject private HttpClient httpClient; private final String BROKER_URI = "http://broker-ingress.knative-eventing.svc.cluster.local/my-broker-url";...

There is at least one other user experiencing this issue according to [the slack thread](https://datahubspace.slack.com/archives/C029A3M079U/p1688497538997309): > I have same issue. The session does not end with logout. It is still...

This is still an issue, and also confirmed by other people in the [the slack thread](https://datahubspace.slack.com/archives/C029A3M079U/p1688497538997309).

The pull request did not fix the issue for me, has anyone tried it? By debugging I can see that it's in the right direction: The central logout logic is...

Still an issue, tested on 0.10.4

Still no response, still an issue, please keep open

still an issue, please keep open

@david-leifker , Shouldn't the `post_logout_direct_uri` be set by datahub (Relying Party) and not the Oidc Provider? Because the Relying Party should indicate where it wants to be redirected after the...

Thanks! Extending the `KubernetesDependentResourceConfig` works for me. The only downside is the casting to `MyConfig`, but that's not that big of a deal.