Václav Muzikář
Václav Muzikář
### Description Add an explicit note to the [Operator documentation](https://github.com/keycloak/keycloak-documentation/blob/main/server_installation/topics/operator/external-database.adoc) about using service hostname in the `POSTGRES_EXTERNAL_ADDRESS` instead of IP in case users are creating a Service for their DB...
### Description The provided example might not be enough. ### Discussion _No response_ ### Motivation _No response_ ### Details _No response_
The upgrade to [okhttp4 performed in the SDK](https://github.com/java-operator-sdk/java-operator-sdk/pull/1361) doesn't seem to be reflected in the Quarkus extension, it appears to be still using okhttp 3.14.9. The upgrade is critical as...
### Description Currently, there's only a single active release channel called `fast`. Operators installed via OLM are by default updated automatically. This might not be the desired behavior as major...
Add a field to Keycloak CR for setting custom additional labels on all K8s resources that are managed by the Operator.
### Description This is a follow-up from #26455. Operator should set some reasonable default for `http-pool-max-threads` if not specified by user. The value might be affected by CPU limits set...
Remove GELF
### Description This is a follow-up on https://github.com/keycloak/keycloak/issues/27364 This included: * Dependencies * Options * Tests * Docs * Maven profile ### Discussion _No response_ ### Motivation _No response_ ###...
### Description The Operator should not have a default value set for `kc.operator.keycloak.image` option when running in prod profile. It's better to fail the deployment rather than to deploy a...
### Description #25703 added support for easy configuration of TLS in JGroups. As this is used for internal purposes of Keycloak and certificates of the issuing CA are granted access...