Martin Cihlar
4f62617f2c
Fix health check URL to include HTTP relative path
...
- Include keycloak_quarkus_http_relative_path in health_url construction
- Use rstrip('/') to handle both default '/' and custom paths like '/auth'
- Replace hardcoded 'master' realm with keycloak_quarkus_master_realm variable
- Add keycloak_quarkus_validate_certs option for SSL certificate validation
- Update documentation in meta and README
Fixes #299
2026-07-22 11:24:57 +02:00
Ranabir Chakraborty
1f82f50127
Fix downstream SSO collection errors
2026-06-20 21:14:34 +05:30
Ranabir Chakraborty
01b00dfb2e
Providing correct rhbk version
2026-06-11 18:58:23 +05:30
Helmut Wolf
494a522ab2
fix #336 : https://github.com/ansible-middleware/common/pull/38
2026-05-27 20:03:36 +02:00
Ranabir Chakraborty
a337a1d70c
AMW-518 Validating arguments against arg spec 'main' fails unexpectedly.
2026-04-17 19:24:46 +05:30
Ranabir Chakraborty
9cdf24ce28
AMW-467 Download keycloak binary from password protected HTTP location
2026-01-13 23:48:01 +05:30
Helmut Wolf
7212e572cd
chore(defaults): raise default keycloak/rhbk versions to 26.4.7
2026-01-12 10:28:47 +01:00
Simon Ledunois
9562bf727e
chore: manage infinispan configuration file
2026-01-12 10:28:47 +01:00
Simon Ledunois
6c3e327294
chore: upgrade to 26.4.7
2026-01-12 10:28:47 +01:00
Andreas Wagner
f1305e5aac
Updated quarkus and realm readme, declared proxy_mode as deprecated
...
Updated argument_specs and declared keycloak_quarkus_proxy_mode as deprecated
2025-11-14 11:55:24 +01:00
Stephane Vigan
556d155533
Fix config_key_store_file description to match variable name
2025-07-21 16:15:59 +02:00
Helmut Wolf
f79fd227eb
chore: bump KC/RHBK to v26.3.0/v26.2.5
2025-07-07 11:09:35 +02:00
Ranabir Chakraborty
ef6d8890fb
keycloak_quarkus_force_install does not ignore bootstrapped
2025-07-01 21:55:39 +05:30
Guido Grazioli
bcc961999c
implement Single site - Sessions stored in external Infinispan
2025-06-05 12:02:43 +02:00
Guido Grazioli
3d4bd734f1
document new parameters
2025-05-29 22:20:08 +02:00
Helmut Wolf
f8c75de5d5
chore: RHBK v26.2: Bump KC version to v26.2.4
2025-05-19 14:44:34 +02:00
Helmut Wolf
8093b1af2a
chore: RHBK v26.2: Bump RHBK version to v26.2.4
2025-05-19 14:12:22 +02:00
Jonathan Wright
c614af127e
Add var to set the jgroups IP per host
...
This is useful if the default route does not
represent the network you want/need to use for
cluster communication.
2025-05-13 09:48:46 -05:00
Guido Grazioli
b8a2ebc699
update keycloak version
2025-05-02 10:55:17 +02:00
Guido Grazioli
b8028d376a
Rename and honor parameter keycloak_quarkus_http_host
2025-04-16 14:16:07 +02:00
Guido Grazioli
70d61ce8de
rename ispn parameters
2025-04-16 11:58:04 +02:00
Guido Grazioli
69a947c0b6
rename _admin to _hostname_admin
2025-04-16 11:34:12 +02:00
Guido Grazioli
c7ce7be6c4
drop ajp port parameter
2025-04-16 10:42:07 +02:00
Guido Grazioli
e9061b29ef
Rename parameters from jdbc to db
2025-04-16 10:31:48 +02:00
Guido Grazioli
314e2f26b2
Fix spell in parameter name
2025-04-09 18:08:18 +02:00
Guido Grazioli
7f980c44d2
Bump major and ansible-core versions
2025-04-08 11:58:47 +02:00
Helmut Wolf
86284b12c2
Fix molecule tests
2025-01-09 12:17:07 +01:00
Helmut Wolf
e029e1c2fd
keycloak_quarkus: Introduce keycloak_quarkus_health_check_url
2024-12-13 12:12:02 +01:00
Helmut Wolf
d0f19b59dc
keycloak_quarkus: Add http_management_port and http_management_relative_path options
...
RHBK v26 exposes health endpoints and metrics on this port moving forward.
Note that the scheme of the MGMT interface is defined by the overall keycloak configuration: if https is enabled and configured, th MGMT interface is exposed via https and NOT via http; this might be breaking some configured load balancer health checks
2024-12-13 12:11:35 +01:00
Helmut Wolf
213449ec58
RHBK v26: Add hostname v2 (KC/RHBK v26 Support #253 )
...
Cf. https://docs.redhat.com/en/documentation/red_hat_build_of_keycloak/26.0/html-single/upgrading_guide/index#new_hostname_options - especially the removed options
2024-12-13 12:11:35 +01:00
Helmut Wolf
277e1336ee
RHBK v26: Migrate to keycloak_quarkus_bootstrap_admin_user[_password] (Process for creation of admin account changed #248 )
2024-12-13 12:11:35 +01:00
Helmut Wolf
5d15d37890
RHBK v26: Raise default KC+RHBK versions to v26.x ( #253 )
2024-12-13 12:11:35 +01:00
Guido Grazioli
1279937bb0
Update keycloak to 24.0.5
2024-10-16 08:56:53 +02:00
Guido Grazioli
f170257205
Add local download path
2024-09-24 09:21:10 +02:00
Guido Grazioli
34caf6a490
add wait_for_port number parameter
2024-07-31 17:18:30 +02:00
Giovanni Toraldo
a4deaa005a
Enable by default health check on restart
2024-06-04 17:00:11 +02:00
Guido Grazioli
2092c2d23a
Update minimum ansible-core version > 2.15
2024-05-21 12:27:45 +02:00
Helmut Wolf
62cbaa3596
Introduce keycloak_quarkus_show_deprecation_warnings, disabled in molecule tests
2024-05-16 16:30:57 +02:00
Helmut Wolf
4d31117c16
Fix RHBK version
2024-05-16 12:45:24 +02:00
Guido Grazioli
4b21569f36
parameterize health check; refactor serial_then_parallel
2024-05-16 11:16:20 +02:00
Guido Grazioli
c22389c86f
address review reqs
2024-05-15 15:58:21 +02:00
Guido Grazioli
2d573c2b62
Add restart strategies, and allow custom task include
...
Co-authored-by: Helmut Wolf <hwo@world-direct.at >
Co-authored-by: Guido Grazioli <ggraziol@redhat.com >
2024-05-15 13:48:00 +02:00
Helmut Wolf
1e9a669dea
#221 - add keycloak_quarkus_health_check_url_path config option
2024-05-15 10:28:46 +02:00
Guido Grazioli
477ce5eaa3
Merge pull request #223 from world-direct/feature/222_mvn_providers
...
Feature/222 keycloak_quarkus: Add support for custom providers hosted on MVN
2024-05-15 09:17:23 +02:00
Helmut Wolf
26316ddc50
#222 : add support for local providers to be uploaded
2024-05-14 11:59:16 +02:00
Helmut Wolf
6d01ffbb77
Close #228 : add support for custom env vars in sysconfig file
2024-05-14 11:10:38 +02:00
Helmut Wolf
d87c8ca8ac
wip
2024-05-14 10:14:43 +02:00
Helmut Wolf
6682853a2d
#224 : Add missing argument specs
2024-05-14 08:58:57 +02:00
Footur
fcf629d05e
Update Keycloak to version 24.0.4
2024-05-09 09:24:47 +02:00
Guido Grazioli
1115ee409a
Linter warnings fix pass
2024-05-07 10:18:43 +02:00