keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
124 stars 66 forks source link

Option `cache-remote-tls-enabled` is missing the default #840

Open ahus1 opened 1 month ago

ahus1 commented 1 month ago

Describe the bug

In today's nightly run, the Keycloak failed to start. Debugging the issue, I found that Configuration.isTrue(CachingOptions.CACHE_REMOTE_TLS_ENABLED) didn't return its default "true" any more.

Version

main

Expected behavior

The default value should be used

Actual behavior

The value returns false.

How to Reproduce?

Debug in OpenShift (not yet able to reproduce it locally).

Anything else?

As a workaround, set cache-remote-tls-enabled to true in the Keycloak CR

ahus1 commented 1 month ago

This is now tracked in the upstream issue. Local workaround is reverted.

ahus1 commented 1 month ago

Reopening for a new workaround.