From 8dea704a054df52836409dc09829676e597b58ae Mon Sep 17 00:00:00 2001 From: Steve Hawkins Date: Tue, 31 Mar 2026 12:11:27 -0400 Subject: [PATCH] adding release and upgrade notes Signed-off-by: Steve Hawkins --- docs/documentation/release_notes/topics/26_6_0.adoc | 6 ++++++ .../upgrading/topics/changes/changes-26_6_0.adoc | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs/documentation/release_notes/topics/26_6_0.adoc b/docs/documentation/release_notes/topics/26_6_0.adoc index e06b1b2b130..4854f9bfd1a 100644 --- a/docs/documentation/release_notes/topics/26_6_0.adoc +++ b/docs/documentation/release_notes/topics/26_6_0.adoc @@ -124,6 +124,12 @@ This makes it easier to process and archive access logs independently for securi For more information, see https://www.keycloak.org/server/logging#http-access-logging[Configuring HTTP access logging]. +== KCRAW_ environment variable prefix + +For passwords, and any other values where you want the value to be treated literally, you may now use the KCRAW_ environment variable prefix. + +For more information, see the https://www.keycloak.org/server/configuration[Configuration guide] for more. + = Observability == Telemetry configuration via Keycloak CR diff --git a/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc b/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc index bf836e13421..56a2d30c3bb 100644 --- a/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc +++ b/docs/documentation/upgrading/topics/changes/changes-26_6_0.adoc @@ -77,6 +77,10 @@ For more information about brokering, see link:{developerguide_link}#_identity_b Notable changes may include internal behavior changes that prevent common misconfigurations, bugs that are fixed, or changes to simplify running {project_name}. It also lists significant changes to internal APIs. +=== KCRAW_ prefix for raw values + +The KCRAW_ prefix for environment variables is now used to prevent SmallRye Config expression handling. If you were by chance using the KCRAW_ for another purpose, please use a different prefix for those environment variable keys. + === Dev Mode defaults to localhost When running the server in dev mode on a platform other than Windows Subsystem For Linux, the `http-host` setting will default to localhost.