As of today, when the operator installs Keycloak, the realm configuration is put under a ConfigMap. However it contains security related data like the service account credentials...
Description
We should mode this realm configuration to a Secret that is made to keep data safe (even if there are limitations depending on the Secret storage backend... but that's another story that relates to Platform Engineering ;-))
Reason/Context
As of today, when the operator installs Keycloak, the realm configuration is put under a ConfigMap. However it contains security related data like the service account credentials...
Description
We should mode this realm configuration to a Secret that is made to keep data safe (even if there are limitations depending on the Secret storage backend... but that's another story that relates to Platform Engineering ;-))
Implementation ideas
No response