-
|
After running Keycloak in containers, we noticed that the System Encoding is set to The way I understand this can come about is it is derived from the system locale (on RHEL based systems there's a script that is often sourced - I am curious as to what impacts this could have
EDIT: 2022-04-20 Looking closer, it appears this was actually handled in the "legacy" Keycloak image (Wildfly distribution) - https://github.com/keycloak/keycloak-containers/blob/main/server/Dockerfile#L12 Running the legacy image I was able to confirm that UTF-8 is reflected on the Server Info page.
I do not see any of the similar fixes applied in the quarkus image build: And running that image I could confirm the
And while not purely a Keycloak concern, it seems that RHSSO image is in similar shape, where the locale value is using the default - https://github.com/jboss-container-images/redhat-sso-7-openshift-image/blob/sso75-dev/image.yaml
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
To wrap up: Fixed in #11545 via pr #11547