pamenon
03fffaaf5f
Fix keycloak_context default from /auth to empty string
...
The /auth context path was used by legacy WildFly-based Keycloak but
is no longer needed for Quarkus-based Keycloak (17+) or RHBK. The
current default of /auth forces users to explicitly pass an empty
keycloak_context to avoid broken API URLs.
This changes the default to an empty string, updates argument_specs
and README documentation, and removes the now-unnecessary
keycloak_context: '' overrides from all molecule converge files.
Users on legacy WildFly-based Keycloak can still set
keycloak_context: /auth explicitly.
Made-with: Cursor
2026-04-23 12:25:03 +01:00
Ranabir Chakraborty
28168a9a4f
Merge pull request #307 from sgoericke/fix-client-id
...
manage_client_roles.yml: use "client.id" instead of "client.name" to fix client role creation.
2026-04-09 23:37:31 +05:30
Helmut Wolf
64469b6fac
Merge pull request #320 from world-direct/fix/ispn_config
...
fix: include ispn config file conditionally
2026-01-15 08:05:26 +01:00
Ranabir Chakraborty
75e308b710
Merge pull request #321 from RanabirChakraborty/AMW-467
...
AMW-467 Download keycloak binary from password protected HTTP location
2026-01-14 21:59:45 +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
a00a602c3c
fix: include ispn config file conditionally
2026-01-13 10:17:04 +01:00
Ranabir Chakraborty
a5a75c6d46
Merge pull request #317 from SLedunois/main
...
v26.4.x compability
2026-01-12 23:34:28 +05:30
Helmut Wolf
7212e572cd
chore(defaults): raise default keycloak/rhbk versions to 26.4.7
2026-01-12 10:28:47 +01:00
Helmut Wolf
bc669ce0cd
chore(deps): Update default SQL driver versions
...
As per https://access.redhat.com/articles/7027683
2026-01-12 10:28:47 +01:00
Simon LEDUNOIS
3c097ebf09
chore: add molecule test for quarkus ha 26.4-
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
Ranabir Chakraborty
be0c8a4ae3
Merge pull request #319 from RanabirChakraborty/fixing-lint
...
Removing parseable from lint file as Additional properties are not allowed
2026-01-09 22:16:00 +05:30
Ranabir Chakraborty
6bf10cc3e9
Removing parseable from lint file as Additional properties are not allowed
2026-01-09 22:14:03 +05:30
ansible-middleware-core
d0161dbeef
Bump version to 3.0.4
2025-12-16 15:53:14 +00:00
ansible-middleware-core
bf5c805fcd
Update changelog for release 3.0.3
...
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com >
3.0.3
2025-12-16 15:52:59 +00:00
Ranabir Chakraborty
2b1c07d87e
Merge pull request #306 from fxwgr/patch0
...
Declared proxy_mode as deprecated, updated quarkus and realm readme
2025-12-16 20:08:58 +05:30
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
Ranabir Chakraborty
412e17e9ea
Merge pull request #312 from RanabirChakraborty/ci_label_fix
...
keycloak collection CI label is showing no status
2025-10-04 20:46:52 +05:30
Ranabir Chakraborty
fa87c004e3
keycloak collection CI label is showing no status
2025-10-04 20:19:09 +05:30
Ranabir Chakraborty
6c9bddbd61
Merge pull request #308 from tinsjourney/fix_config_key_store_password
...
Fix config_key_store_file description to match variable name
2025-09-25 21:47:46 +05:30
Ranabir Chakraborty
4602d254cf
Merge pull request #310 from world-direct/fix/309
...
ansible-core 2.19 compatibility
2025-09-18 18:58:54 +05:30
Helmut Wolf
8b2ef22023
fix ansible-core v2.19.0: initialize keycloak_quarkus_hostname_admin to an empty string
2025-07-22 12:11:09 +02:00
Helmut Wolf
66228c3a13
ansible 2.19.0: fix error
...
'item' is undefined error, https://github.com/ansible-middleware/keycloak/issues/309#issuecomment-3101960407
2025-07-22 12:09:14 +02:00
Stephane Vigan
556d155533
Fix config_key_store_file description to match variable name
2025-07-21 16:15:59 +02:00
Sven Goericke
07063353b8
fixed wrong variable lookup
2025-07-16 13:50:07 +02:00
Guido Grazioli
c1bf9727f9
Merge pull request #293 from world-direct/fix/292
...
Update to keycloak 26.3.0
2025-07-09 11:38:56 +02:00
Helmut Wolf
f79fd227eb
chore: bump KC/RHBK to v26.3.0/v26.2.5
2025-07-07 11:09:35 +02:00
Helmut Wolf
19564987ca
fix(quarkus): update infinispan-client configuration to include port in server-list and hosts
2025-07-07 11:05:44 +02:00
Helmut Wolf
1ff25325a7
fix(ispn): use legacy JGroups stack configuration for < 26.2 only
2025-07-07 11:05:44 +02:00
Guido Grazioli
0099f1cf07
Merge pull request #303 from fxwgr/main
...
Allow to install provider jars from remote paths
2025-07-04 12:47:10 +02:00
Guido Grazioli
725ec8e37b
Merge pull request #304 from SLedunois/client_secret
...
keycloak_realm: allow secret in keycloak_clients
2025-07-04 12:46:40 +02:00
Andreas Wagner
bbe568baa5
Added support for copy remote_src function for providers
2025-07-02 16:39:49 +02:00
LEDUNOIS Simon
dcd448443f
feat: allow secret in keycloak_clients
2025-07-02 14:36:25 +00:00
ansible-middleware-core
3780a4e3c0
Bump version to 3.0.3
2025-07-01 16:56:26 +00:00
ansible-middleware-core
e60a5b7cf6
Update changelog for release 3.0.2
...
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com >
3.0.2
2025-07-01 16:56:10 +00:00
Guido Grazioli
6143ae25e2
Merge pull request #296 from RanabirChakraborty/keycloak_force_install_quarkus_role
...
Fix `keycloak_quarkus_force_install` parameter being ignored by install
2025-07-01 18:45:34 +02:00
Ranabir Chakraborty
ef6d8890fb
keycloak_quarkus_force_install does not ignore bootstrapped
2025-07-01 21:55:39 +05:30
Guido Grazioli
55185a1439
Merge pull request #302 from tinsjourney/fix_federation_provider_type
...
keycloak_realm: federation default provider type should be a string
2025-07-01 17:50:34 +02:00
Guido Grazioli
bb64b97e43
Merge pull request #298 from tinsjourney/alternate_download_fix
...
Fix alternate download location being ignored (JBossNeworkAPI always used)
2025-07-01 16:10:35 +02:00
Stephane Vigan
a9c9e05569
Default provider type should be a string
2025-07-01 10:27:00 +02:00
Stephane Vigan
8b27cb0706
Fix case where archive is always downalod from JBoss Nework API
...
Even is we set keycloak_quarkus_alternate_download_url
previous block was run and we always try to download
archive from JBoss Network Api.
2025-06-26 10:42:25 +02:00
Guido Grazioli
41127504dc
Merge pull request #287 from guidograzioli/kc_26_caches
...
Session storage / distributed caches
2025-06-13 11:43:00 +02:00
Guido Grazioli
bcc961999c
implement Single site - Sessions stored in external Infinispan
2025-06-05 12:02:43 +02:00
Guido Grazioli
b8907d765d
Merge pull request #289 from guidograzioli/288_jdk_21
...
Use jdk21 as default in debian
2025-06-05 09:30:26 +02:00
Guido Grazioli
5c5e84b63e
Use jdk21 as default in debian
2025-06-04 20:53:28 +02:00
Guido Grazioli
3d4bd734f1
document new parameters
2025-05-29 22:20:08 +02:00
Guido Grazioli
3de96a6666
single site remote cache
2025-05-29 21:37:11 +02:00
Guido Grazioli
de0ea02272
ci: move intermittent test back
2025-05-29 21:03:03 +02:00
Guido Grazioli
b6e585f503
Merge pull request #284 from guidograzioli/caches
...
Refactor test scenarios
2025-05-29 20:45:37 +02:00