libantema

Results 4 comments of libantema

I added an explicit redirect URI to the client registration: ``` ... spring: webflux: base-path: /path security: oauth2: client: registration: keycloak: client-id: my-client client-secret: my-secret redirect-uri: https://host.domain.com/path/login/oauth2/code/{registrationId} ... ``` Unfortunately,...

Is there a workaround for this bug until it is fixed? The most obvious workaround to me would be to extend `RedirectServerAuthenticationSuccessHandler` and just override `onAuthenticationSuccess()` to be something like...

I wrote a helper method that does pretty much exactly this. Would be cool to see this implemented! ``` public static void waitForNode(String query) throws TimeoutException { waitFor(5L, TimeUnit.SECONDS, ()...

I'm not sure if it is best to create a new Visualization or just update the existing "Message Volume by Header From" Visualization. I edited the existing Visualization just as...