microcks / microcks-operator

New Kubernetes Operator for easy setup and management of Microcks entities
https://microcks.io
Apache License 2.0
7 stars 3 forks source link

Move Keycloak realm configuration from ConfigMap to Secret #11

Closed lbroudoux closed 2 months ago

lbroudoux commented 2 months ago

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