My event listener successfully builds, installs and works in Keycloak. But I currently have to manually go into the admin UI to enable it on new installations:
Is there any way I can provide the list of pre-enabled listeners for my Keycloak installs?
I had originally thought something like this:
/opt/keycloak/bin/kc.sh build \
--verbose \
--spi-events-listener-[my-listener-name-here]-enabled=true
But that doesn’t seem to be working…