Simon Levermann
Simon Levermann
I've started a draft implementation of this feature over at https://github.com/adorsys/keycloak-config-cli/pull/818. The general idea is to use Javers to diff the objects, comparing them to a "baseline" realm export for...
Hi! I'm making progress, but it's relatively slow going. There's a few edge cases that pop up every now and then when trying the current state out with different realm...
This was on Ubuntu 19.04 (with some custom theming, I'll try to see tomorrow if it's the GTK theme interfering and causing this) Steps to get that dialog: File ->...
@manuschillerdev I think that might be a valuable future extension of this feature! In theory, one could provide a map of "reverse injections" where you specify something like "When the...
Hi @weand! Can you provide a realm export for the realm you tried this on? Note that realm exports will contain sensitive data like the client secrets and all your...
With the debug profile, there should be debug logging enabled, I'll try to see why that isn't showing up there for those messages. I see that in the export you...
As far as I'm aware, this requires the removed "upload_scripts" feature. Scripts can no longer be uploaded directly via a configuration change into keycloak. The only way to use JS...
The service in question is written in Java, which doesn't really lend itself well to signal handling: You can register shutdown hooks, but they tend to be rather fragile and...
CC @dmeyerholt