middleware_automation.keycloak Release Notes
+middleware_automation.keycloak Release Notes
This changelog describes changes after version 0.2.6.
v1.2.5
+v1.2.5
Minor Changes
+Minor Changes
Add configuration for database connection pool validation #85
Add profile features enabling/disabling #87
Allow to configure administration endpoint URL #86
Allow to force backend URLs to frontend URLs #84
+Improve service restart behavior configuration #88
Introduce systemd unit restart behavior #81
Update default xa_datasource_class value for mariadb jdbc configuration #89
v1.2.4
-Minor Changes
+v1.2.4
+Minor Changes
Bugfixes
+Bugfixes
v1.2.1
-Minor Changes
+v1.2.1
+Minor Changes
Allow to setup keycloak HA cluster without remote cache store #68
Bugfixes
+Bugfixes
Pass attributes to realm clients #69
v1.2.0
+v1.2.0
Major Changes
+Major Changes
Provide config for multiple modcluster proxies #60
Minor Changes
+Minor Changes
v1.1.1
-Bugfixes
+v1.1.1
+Bugfixes
keycloak-quarkus: fix
cache-config-filepath in keycloak.conf.j2 template #53
v1.1.0
-Minor Changes
+v1.1.0
+Minor Changes
Breaking Changes / Porting Guide
+Breaking Changes / Porting Guide
Rename variables from
infinispan_prefix tokeycloak_infinispan_#42
Bugfixes
+Bugfixes
keycloak_quarkus: fix /var/log/keycloak symlink to keycloak log directory #44
v1.0.7
-Breaking Changes / Porting Guide
+v1.0.7
+Breaking Changes / Porting Guide
keycloak_quarkus: use absolute path for certificate files #39
Bugfixes
+Bugfixes
keycloak_quarkus: use become for tasks that will otherwise fail #38
v1.0.6
-Bugfixes
+v1.0.6
+Bugfixes
v1.0.5
-Minor Changes
+v1.0.5
+Minor Changes
Update config options: keycloak and quarkus #32
v1.0.4
+v1.0.4
v1.0.3
-Major Changes
+v1.0.3
+Major Changes
New role for installing keycloak >= 17.0.0 (quarkus) #29
Minor Changes
+Minor Changes
Add
keycloak_config_override_templateparameter for passing a custom xml config template #30
Bugfixes
+Bugfixes
Make sure systemd unit starts with selected java JVM #31
v1.0.2
-Minor Changes
+v1.0.2
+Minor Changes
Bugfixes
+Bugfixes
Set
keycloak_frontend_urldefault according to other defaults #25
v1.0.1
+v1.0.1
Release Summary
+Release Summary
Minor enhancements, bug and documentation fixes.
Major Changes
+Major Changes
Apply latest cumulative patch of RH-SSO automatically when new parameter
keycloak_rhsso_apply_patchesistrue#18
Minor Changes
+Minor Changes
Clustered installs now perform database initialization on first node to avoid locking issues #17
v1.0.0
-Release Summary
+v1.0.0
+Release Summary
This is the first stable release of the middleware_automation.keycloak collection.
posix account group
keycloak
keycloak_service_restart_on_failure
systemd restart-on-failure behavior activation
True
keycloak_service_restart_always
systemd restart always behavior activation
False
keycloak_service_startlimitintervalsec
keycloak_service_restart_on_failure
systemd restart on-failure behavior activation
False
keycloak_service_startlimitintervalsec
systemd StartLimitIntervalSec
300 if keycloak_service_restart_on_failure else ``
300
keycloak_service_startlimitburst
keycloak_service_startlimitburst
systemd StartLimitBurst
5 if keycloak_service_restart_on_failure else ``
5
keycloak_service_restartsec
keycloak_service_restartsec
systemd RestartSec
10s if keycloak_service_restart_on_failure else ``
10s
keycloak_service_pidfile
keycloak_service_pidfile
pid file path for service
/run/keycloak.pid
keycloak_features
keycloak_features
List of name/status pairs of features (also known as profiles on RH-SSO) to enable or disable, example: [ { name: 'docker', status: 'enabled' } ]
[]
keycloak_jvm_package
keycloak_jvm_package
RHEL java package runtime
java-1.8.0-openjdk-headless
keycloak_java_home
keycloak_java_home
JAVA_HOME of installed JRE, leave empty for using specified keycloak_jvm_package RPM path
None
keycloak_java_opts
keycloak_java_opts
Additional JVM options
-Xms1024m -Xmx2048m