Alexei Znamensky
49ed3d4acf
k*.py: normalize docs ( #9391 )
...
* k*.py: normalize docs
* Update plugins/modules/keycloak_realm_keys_metadata_info.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/kibana_plugin.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-26 13:42:44 +01:00
Chris Northwood
28f36ae25c
Add action group for keycloak ( #9284 )
...
* Create group for keycloak
This will allows keycloak authentication details to be set as a module_defaults rather than repeated on each task
* add documentation to keycloak modules to note creation of action_group
* add changelog for keycloak action_group creation
* exclude keycloak_realm_info from action group, as it does not share same set of base parameters
* fix formatting on changelog entry for adding Keycloak action group
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-12-23 18:51:34 +01:00
fgruenbauer
62cb6087b5
keycloak_client: remove code that turns attributes dict into list ( #9077 )
...
* remove code that turns attributes dict into list
* add changelog fragment
* Update changelogs/fragments/9077-keycloak_client-fix-attributes-dict-turned-into-list.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-11-11 20:01:47 +01:00
Boolman
464812a2c2
keycloak_client add option to support client-x509 authentication ( #8973 )
...
* keycloak_client: add client-x509 option to client_authenticator_type
Signed-off-by: boolman <boolman@gmail.com>
* keycloak_client: add attributes for client-x509
Signed-off-by: boolman <boolman@gmail.com>
* keycloak_client update description
Signed-off-by: boolman <boolman@gmail.com>
* keycloak_client add fragment
Signed-off-by: boolman <boolman@gmail.com>
* remove trailing whitespace
Signed-off-by: boolman <boolman@gmail.com>
* keycloak_client add example with x509 authentication
Signed-off-by: boolman <boolman@gmail.com>
* Update plugins/modules/keycloak_client.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/8973-keycloak_client-add-x509-auth.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* keycloak_client added type on new suboptions
Signed-off-by: boolman <boolman@gmail.com>
---------
Signed-off-by: boolman <boolman@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-10-07 22:29:13 +02:00
Alexei Znamensky
ecc048bc12
Use dict comprehension in plugins ( #8814 )
...
* use dict comprehension in plugins
* Apply suggestions from code review
* add changelog frag
* fix references in changelog frag
2024-09-01 20:22:53 +02:00
desand01
b11da288d2
Keycloak set client authentification flows by name ( #8428 )
...
* first commit
* Add change logs
* fix sanity
* Sanity 2
* Test unset flows
* Update plugins/modules/keycloak_client.py
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
* Update plugins/modules/keycloak_client.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update changelogs/fragments/8428-assign-auth-flow-by-name-keycloak-client.yaml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Remove double traitement from "alias"
* Update plugins/modules/keycloak_client.py
Co-authored-by: Felix Fontein <felix@fontein.de>
* Update plugins/modules/keycloak_client.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Andre Desrosiers <andre.desrosiers@ssss.gouv.qc.ca>
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-06-17 07:06:47 +02:00
Thomas Bach
572caeaa39
keycloak_client: avoid TypeError if `result["attributes"]` is a list ( #8403 )
...
* fix(keycloak_client): avoid TypeError if attributes is a list
As sanitize_cr might be executed after normalise_cr, result['attributes'] can be of type list and we
run into:
TypeError: list indices must be integers or slices, not str
* Update changelog fragment.
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-05-26 21:07:48 +02:00
Eike Waldt
f55342d8af
keycloak_client: add sorted defaultClientScopes and optionalClientScopes to normalizations ( #8223 )
...
keycloak_client: add sorted defaultClientScopes and optionalClientScopes
to normalizations
Signed-off-by: Eike Waldt <waldt@b1-systems.de>
2024-04-21 00:25:10 +02:00
Anders Stiksrud Helmen
a5b2b5ce8c
Add support for docker-v2 protocol in Keycloak modules ( #8216 )
...
* Add support for docker-v2 protocol in Keycloak modules
* use dash instead of underscore for the docker-v2
* Update documentation
* Add changelog fragment
* fix missing whitespace around operator
* Update changelogs/fragments/8215-add-docker-v2-protocol.yml
Update changelog fragment to reviewers suggestion, add refrence to issue and pull request
Co-authored-by: Felix Fontein <felix@fontein.de>
* Add documentation about adding docker-v2 value in community general 8.6.0
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-04-20 09:24:00 +02:00
desand01
001292c780
Fixes #1226 - keycloak_client detects changes on check_mode but not in run mode ( #7881 )
...
* Fix warning integrated
* Update Keycloak version intergrated test
* Exclude metadata from diff test
* Sanity
* Add fragments
* typo
* Add test
* Update changelogs/fragments/7881-fix-keycloak-client-ckeckmode.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
* Remove docker compose
* Update changelogs/fragments/7881-fix-keycloak-client-ckeckmode.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Andre Desrosiers <andre.desrosiers@ssss.gouv.qc.ca>
Co-authored-by: Felix Fontein <felix@fontein.de>
2024-02-17 12:31:45 +01:00
desand01
91152cb123
Keycloak client secret ( #6931 )
...
* fixe missing secret at creation
* Update doc
* changelogs
* Default protocol only when creation
* Fix sanity test
* Add documentation
* Update plugins/modules/keycloak_client.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Andre Desrosiers <andre.desrosiers@ssss.gouv.qc.ca>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-08-08 13:46:01 +02:00
Felix Fontein
c694abbdf9
Use semantic markup (modules k-l) ( #6678 )
...
* Use semantic markup.
* Use option instead of alias.
2023-06-15 15:47:13 +02:00
Felix Fontein
18a6bdd6aa
Add attributes to ipa and keycloak modules ( #5950 )
...
Add attributes to ipa and keycloak modules.
2023-02-24 09:25:31 +01:00
Claude Dioudonnat
78297e44b7
Fix keycloak sanitize_cr ( #5934 )
...
* Fix keycloak sanitize_cr
* Update changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Claude Dioudonnat <claude.dioudonnat@be-ys.cloud>
Co-authored-by: Felix Fontein <felix@fontein.de>
2023-02-22 15:14:33 +01:00
Felix Fontein
b531ecdc9b
Unflatmap community.general ( #5461 )
...
* Move files.
* Update imports and references.
* Move wrongly placed files.
* Reverse redirects, deprecate long → short name redirects.
* Simplify contribution guidelines for new modules.
* Rewrite BOTMETA.
* Add changelog fragment.
* Fix ignore.txt files.
2022-11-02 20:42:29 +00:00
Felix Fontein
7743ecd776
Replace symlinks with meta/runtime.yml redirects. ( #4562 )
2022-04-26 20:33:13 +02:00
Brian Coca
8f90360d49
make collection usable with current ansible vers ( #9 )
2020-03-11 14:10:38 +00:00