We have finally open sourced our Keycloak config operator (I have yet to find a better name) that allows to manage your entire Keycloak configuration in a GitOps fashion through Kubernetes CRDs.Starting is easy, there is an export flow which allows you to export CRDs from your current configuration and then you can apply them as needed.The resources are deliberately raw JSON (I d love to see a discussion on this) so that its compatible with a wide range of Keycloak versions out of the box.Heavily inspired by the now defunct keycloak realm operator.Feedback and suggestions for improvements are highly welcome.https://github.com/Hostzero-GmbH/keycloak-operator