Ranabir Chakraborty
0e3a9e3741
Jboss Network replace with Unified Downloads
2026-05-28 18:45:36 +05:30
Harsha Cherukuri
7495385ccb
Merge pull request #338 from world-direct/fix/336_downloads
...
fix #336 : https://github.com/ansible-middleware/common/pull/38
2026-05-27 14:44:14 -04:00
Helmut Wolf
494a522ab2
fix #336 : https://github.com/ansible-middleware/common/pull/38
2026-05-27 20:03:36 +02:00
Ranabir Chakraborty
64e7fa3129
Merge pull request #339 from hcherukuri/main
...
Fix molecule tests
2026-05-27 21:06:37 +05:30
Harsha Cherukuri
15a0c6ee46
Fix molecule tests
2026-05-27 11:10:41 -04:00
ansible-middleware-core
e4d1a79d1f
Bump version to 3.0.7
2026-05-26 17:30:50 +00:00
ansible-middleware-core
f4588dbbdf
Update changelog for release 3.0.6
...
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com >
3.0.6
2026-05-26 17:30:30 +00:00
Ranabir Chakraborty
a9a771c6bc
Merge pull request #337 from RanabirChakraborty/AMW-540
...
AMW-540 Fix the upstream collection requirements with common v1.2.4
2026-05-26 22:37:54 +05:30
Ranabir Chakraborty
f00c714798
AMW-540 Fix the upstream collection requirements with common v1.2.4
2026-05-26 21:58:05 +05:30
Harsha Cherukuri
50750ef125
Update requirements.yml
2026-05-26 12:28:04 -04:00
ansible-middleware-core
b631b07cae
Bump version to 3.0.6
2026-05-20 18:44:49 +00:00
ansible-middleware-core
195e104f5e
Update changelog for release 3.0.5
...
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com >
3.0.5
2026-05-20 18:44:31 +00:00
Ranabir Chakraborty
047ddcaa92
Merge pull request #335 from RanabirChakraborty/AMW-528
...
AMW-528 Deployment fails in keycloak_quarkus due to missing escalation variables
2026-05-21 00:09:58 +05:30
Ranabir Chakraborty
0b2f2786dd
AMW-528 Deployment fails in keycloak_quarkus due to missing escalation variables
2026-05-20 23:51:34 +05:30
ansible-middleware-core
4cc360052e
Bump version to 3.0.5
2026-05-20 13:38:22 +00:00
ansible-middleware-core
c6e3337778
Update changelog for release 3.0.4
...
Signed-off-by: ansible-middleware-core <ansible-middleware-core@redhat.com >
3.0.4
2026-05-20 13:38:01 +00:00
Harsha Cherukuri
d1b295f551
Merge pull request #332 from cihlamar/AMW-522
...
Fix certification requirements for Keycloak
2026-05-20 09:36:11 -04:00
Martin Cihlar
5e13f4ea50
Fix certification requirements for Keycloak
...
- Add .ansible-lint, .DS_Store to build_ignore in galaxy.yml
- Add Release and Upgrade Notes section to README
[AMW-522](https://redhat.atlassian.net/browse/AMW-522 )
2026-05-20 11:00:58 +02:00
Harsha Cherukuri
06cf664b08
Merge pull request #331 from RanabirChakraborty/SET-1341
...
SET-1341 Without ansible-core tag tests are failing in keycloak
2026-04-30 03:33:48 -04:00
Ranabir Chakraborty
e5690d7513
SET-1341 Without ansible-core tag tests are failing in keycloak
2026-04-28 22:15:14 +05:30
Ranabir Chakraborty
fb76736441
Merge pull request #330 from nwintering/main
...
Check that `data/tmp` directory has correct ownership
2026-04-28 18:24:19 +05:30
nwintering
6d00dcff48
check that tmp directory has correct permissions
2026-04-27 15:35:03 +02:00
Harsha Cherukuri
eaf9964aab
Fix docs pipeline
2026-04-24 10:50:10 -04:00
Harsha Cherukuri
180f075a9f
Merge pull request #324 from RanabirChakraborty/AMW-518
...
AMW-518 Validating arguments against arg spec 'main' fails unexpectedly.
2026-04-24 10:34:55 -04:00
Harsha Cherukuri
1013a05f8c
Merge pull request #328 from hcherukuri/main
...
Fix sanity and molecule tests
2026-04-24 10:26:26 -04:00
Harsha Cherukuri
22f1ce516d
Fix sanity and molecule tests
2026-04-24 10:07:24 -04:00
Harsha Cherukuri
7be872cc48
Merge pull request #326 from paulomenon/add/example-playbooks-client-scope-auth-flow
...
Add/example playbooks client scope auth flow
2026-04-24 08:29:16 -04:00
Harsha Cherukuri
55248de9ae
Merge pull request #325 from paulomenon/fix/keycloak-context-default
...
Fix keycloak_context default from /auth to empty string for Quarkus-based Keycloak
2026-04-24 08:29:00 -04:00
Harsha Cherukuri
c6d4dfb8bb
Merge pull request #327 from hcherukuri/main
...
Fix CI
2026-04-24 08:16:25 -04:00
Harsha Cherukuri
c8f4065eb5
Fix CI
2026-04-24 08:00:45 -04:00
pamenon
06e096ac50
Add module documentation to collection and role READMEs
...
Document all six modules (including the two new ones) in the main
collection README under a new 'Included modules' section. Add the
three new example playbooks to the Config Playbooks section. Update
the keycloak_realm role README with a 'Related Modules' table and
inline examples for keycloak_client_scope and
keycloak_authentication_flow usage.
Made-with: Cursor
2026-04-23 12:54:22 +01:00
pamenon
c6189bfc51
Add keycloak_client_scope and keycloak_authentication_flow modules with example playbooks
...
The collection was missing modules for managing client scopes and
authentication flows, forcing users to write raw uri calls against
the Keycloak Admin REST API. This adds two new modules that leverage
the existing KeycloakAPI helper methods:
- keycloak_client_scope: create/update/delete client scopes with
protocol mappers (supports check_mode and diff)
- keycloak_authentication_flow: create/delete authentication flows
with execution steps, or copy existing flows (supports check_mode
and diff)
Also adds three example playbooks using the new modules:
- keycloak_client_scope.yml
- keycloak_authentication_flow.yml
- keycloak_realm_client.yml
Made-with: Cursor
2026-04-23 12:53:03 +01:00
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
a337a1d70c
AMW-518 Validating arguments against arg spec 'main' fails unexpectedly.
2026-04-17 19:24:46 +05:30
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