Enable tracing though keycloak helm

Hi,

I would like to enable tracing in Keycloak.
We installed it through helm charts/bitnami/keycloak/values.yaml at main · bitnami/charts · GitHub

Since there is no option to enable tracing here I was hoping to do something like so:

args: ["--tracing-enabled=true"]

looking at the docs like here Root cause analysis with tracing - Keycloak

Does not seem to work.
Any ideas how to enable it otherwise?

setting the env vars fixed it : All configuration - Keycloak

1 Like

Can you share the config that ultimately worked for you, so that others can benefit?