I’m in the middle of converting our keycloak 19 legacy setup over to quarkus. Currently we are using the upload_scripts feature to import realm data for local development. Since this feature is deprecated, I’m looking to move to something else.
My question is does this --import-realm command rely on the keycloak realm operator to import this data? Our current local dev setup doesn’t have the operators running. We’ve hoping to eventually be on a full local kubernetes setup for local dev where the operator will be running, but thats probably still a little ways off.
I still need to import the realm data in a way that will work for local dev. So does this function require the presence of the realm operator?
Thanks