mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-26 09:25:08 +00:00
Compare commits
36 Commits
rhbk_versi
...
3.0.10
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
404d2f6a1b | ||
|
|
bfcb125d87 | ||
|
|
1164bf008d | ||
|
|
f3353d1686 | ||
|
|
e4c3ec8046 | ||
|
|
82022b9031 | ||
|
|
0307985282 | ||
|
|
b0d1114684 | ||
|
|
728d5288ec | ||
|
|
eaeedd8d74 | ||
|
|
86a6bc63bb | ||
|
|
d557665dc9 | ||
|
|
bd82a85dea | ||
|
|
1f82f50127 | ||
|
|
adf0f7fc36 | ||
|
|
0a9e6c66eb | ||
|
|
da3d5e0ed6 | ||
|
|
f172e019b4 | ||
|
|
e764cfd6f1 | ||
|
|
01b00dfb2e | ||
|
|
1908794569 | ||
|
|
c8bcff39ef | ||
|
|
0fad56294b | ||
|
|
b2b52ddfb5 | ||
|
|
7369a5724c | ||
|
|
942f0ae896 | ||
|
|
92d6dddd49 | ||
|
|
a1bb84ea5b | ||
|
|
1ec94b961f | ||
|
|
ba3f716e5c | ||
|
|
808d137e4c | ||
|
|
1794d4ff9b | ||
|
|
e898a2511a | ||
|
|
dd2cfaa87d | ||
|
|
b114c7b252 | ||
|
|
9920dc93c9 |
@@ -1,4 +1,6 @@
|
|||||||
# .ansible-lint
|
# .ansible-lint
|
||||||
|
profile: production
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
- .cache/
|
- .cache/
|
||||||
- .github/
|
- .github/
|
||||||
@@ -36,7 +38,5 @@ skip_list:
|
|||||||
- vars_should_not_be_used
|
- vars_should_not_be_used
|
||||||
- file_is_small_enough
|
- file_is_small_enough
|
||||||
- file_has_valid_name
|
- file_has_valid_name
|
||||||
- name[template]
|
|
||||||
- var-naming[no-role-prefix]
|
|
||||||
|
|
||||||
use_default_rules: true
|
use_default_rules: true
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -22,4 +22,4 @@ jobs:
|
|||||||
root_permission_varname: 'keycloak_install_requires_become'
|
root_permission_varname: 'keycloak_install_requires_become'
|
||||||
debug_verbosity: "${{ github.event.inputs.debug_verbosity }}"
|
debug_verbosity: "${{ github.event.inputs.debug_verbosity }}"
|
||||||
molecule_tests: >-
|
molecule_tests: >-
|
||||||
[ "debian", "quarkus", "quarkus_ha", "quarkus_ha_remote", "quarkus_ha_26.4_below", "default", "quarkus_devmode", "quarkus_upgrade", "keycloak_modules" ]
|
[ "debian", "sso_test", "quarkus", "quarkus_ha", "quarkus_ha_remote", "quarkus_ha_26.4_below", "default", "quarkus_devmode", "quarkus_upgrade", "keycloak_modules" ]
|
||||||
|
|||||||
@@ -6,6 +6,32 @@ middleware\_automation.keycloak Release Notes
|
|||||||
|
|
||||||
This changelog describes changes after version 0.2.6.
|
This changelog describes changes after version 0.2.6.
|
||||||
|
|
||||||
|
v3.0.10
|
||||||
|
=======
|
||||||
|
|
||||||
|
Major Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Fixing linting issues `#357 <https://github.com/ansible-middleware/keycloak/pull/357>`_
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- AMW-571 keycloak_identity_provider hide_on_login_page not working `#356 <https://github.com/ansible-middleware/keycloak/pull/356>`_
|
||||||
|
- Fixing vars naming issue `#359 <https://github.com/ansible-middleware/keycloak/pull/359>`_
|
||||||
|
- Removing from __future__ import annotations broke runtime type hints using Sequence and union syntax, causing sanity import failures and molecule module errors `#358 <https://github.com/ansible-middleware/keycloak/pull/358>`_
|
||||||
|
|
||||||
|
v3.0.9
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- AMW-551 Providing correct rhbk version `#344 <https://github.com/ansible-middleware/keycloak/pull/344>`_
|
||||||
|
|
||||||
|
v3.0.8
|
||||||
|
======
|
||||||
|
|
||||||
v3.0.7
|
v3.0.7
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -49,9 +49,9 @@ A requirement file is provided to install:
|
|||||||
<!--start roles_paths -->
|
<!--start roles_paths -->
|
||||||
### Included roles
|
### Included roles
|
||||||
|
|
||||||
* `keycloak_quarkus`: role for installing keycloak (>= 19.0.0, quarkus based).
|
* [`keycloak_quarkus`](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_quarkus/README.md): role for installing keycloak (>= 19.0.0, quarkus based).
|
||||||
* `keycloak_realm`: role for configuring a realm, user federation(s), clients and users, in an installed service.
|
* [`keycloak_realm`](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_realm/README.md): role for configuring a realm, user federation(s), clients and users, in an installed service.
|
||||||
* `keycloak`: role for installing legacy keycloak (<= 19.0, wildfly based).
|
* [`keycloak`](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak/README.md): role for installing legacy keycloak (<= 19.0, wildfly based).
|
||||||
|
|
||||||
<!--end roles_paths -->
|
<!--end roles_paths -->
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@ All Keycloak administration modules from `community.general` are provided in thi
|
|||||||
* `keycloak_client_rolemapping`: manage client role mappings for users and groups.
|
* `keycloak_client_rolemapping`: manage client role mappings for users and groups.
|
||||||
* `keycloak_client_rolescope`: manage client role scope mappings.
|
* `keycloak_client_rolescope`: manage client role scope mappings.
|
||||||
* `keycloak_client_scope`: manage client scopes and protocol mappers (replaces `community.general.keycloak_clientscope`).
|
* `keycloak_client_scope`: manage client scopes and protocol mappers (replaces `community.general.keycloak_clientscope`).
|
||||||
* `keycloak_clientscope_type`: manage default and optional client scope assignments.
|
* `keycloak_client_scope_type`: manage default and optional client scope assignments.
|
||||||
* `keycloak_clientsecret_info`: retrieve client secret information.
|
* `keycloak_clientsecret_info`: retrieve client secret information.
|
||||||
* `keycloak_clientsecret_regenerate`: regenerate a client secret.
|
* `keycloak_clientsecret_regenerate`: regenerate a client secret.
|
||||||
* `keycloak_clienttemplate`: manage legacy client templates.
|
* `keycloak_clienttemplate`: manage legacy client templates.
|
||||||
@@ -155,11 +155,11 @@ Note: when deploying clustered configurations, all hosts belonging to the cluste
|
|||||||
Execute the following command from the source root directory:
|
Execute the following command from the source root directory:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ansible-playbook -i <ansible_hosts> playbooks/keycloak_realm.yml -e keycloak_admin_password=<changeme> -e keycloak_realm=test
|
ansible-playbook -i <ansible_hosts> playbooks/keycloak_realm.yml -e keycloak_realm_admin_password=<changeme> -e keycloak_realm_realm=test
|
||||||
```
|
```
|
||||||
|
|
||||||
- `keycloak_admin_password` password for the administration console user account.
|
- `keycloak_realm_admin_password` password for the administration console user account.
|
||||||
- `keycloak_realm` name of the realm to be created/used.
|
- `keycloak_realm_realm` name of the realm to be created/used.
|
||||||
- `ansible_hosts` is the inventory, below is an example inventory for deploying to localhost
|
- `ansible_hosts` is the inventory, below is an example inventory for deploying to localhost
|
||||||
|
|
||||||
```
|
```
|
||||||
@@ -220,5 +220,5 @@ For details on changes between versions, please see the [CHANGELOG](https://gith
|
|||||||
|
|
||||||
Apache License v2.0 or later
|
Apache License v2.0 or later
|
||||||
<!--start license -->
|
<!--start license -->
|
||||||
See [LICENSE](LICENSE) to view the full text.
|
See [LICENSE](https://github.com/ansible-middleware/keycloak/blob/main/LICENSE) to view the full text.
|
||||||
<!--end license -->
|
<!--end license -->
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ python3-netaddr [platform:rpm platform:dpkg]
|
|||||||
python3-lxml [platform:rpm platform:dpkg]
|
python3-lxml [platform:rpm platform:dpkg]
|
||||||
python3-jmespath [platform:rpm platform:dpkg]
|
python3-jmespath [platform:rpm platform:dpkg]
|
||||||
python3-requests [platform:rpm platform:dpkg]
|
python3-requests [platform:rpm platform:dpkg]
|
||||||
|
podman [platform:rpm platform:dpkg]
|
||||||
|
|
||||||
|
|||||||
@@ -674,6 +674,30 @@ releases:
|
|||||||
- 276.yaml
|
- 276.yaml
|
||||||
- 277.yaml
|
- 277.yaml
|
||||||
release_date: '2025-05-02'
|
release_date: '2025-05-02'
|
||||||
|
3.0.10:
|
||||||
|
changes:
|
||||||
|
major_changes:
|
||||||
|
- 'Fixing linting issues `#357 <https://github.com/ansible-middleware/keycloak/pull/357>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
minor_changes:
|
||||||
|
- 'AMW-571 keycloak_identity_provider hide_on_login_page not working `#356 <https://github.com/ansible-middleware/keycloak/pull/356>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'Fixing vars naming issue `#359 <https://github.com/ansible-middleware/keycloak/pull/359>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
- 'Removing from __future__ import annotations broke runtime type hints using
|
||||||
|
Sequence and union syntax, causing sanity import failures and molecule module
|
||||||
|
errors `#358 <https://github.com/ansible-middleware/keycloak/pull/358>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- 356.yaml
|
||||||
|
- 357.yaml
|
||||||
|
- 358.yaml
|
||||||
|
- 359.yaml
|
||||||
|
release_date: '2026-06-25'
|
||||||
3.0.2:
|
3.0.2:
|
||||||
changes:
|
changes:
|
||||||
bugfixes:
|
bugfixes:
|
||||||
@@ -825,3 +849,14 @@ releases:
|
|||||||
- 341.yaml
|
- 341.yaml
|
||||||
- 343.yaml
|
- 343.yaml
|
||||||
release_date: '2026-06-01'
|
release_date: '2026-06-01'
|
||||||
|
3.0.8:
|
||||||
|
release_date: '2026-06-09'
|
||||||
|
3.0.9:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- 'AMW-551 Providing correct rhbk version `#344 <https://github.com/ansible-middleware/keycloak/pull/344>`_
|
||||||
|
|
||||||
|
'
|
||||||
|
fragments:
|
||||||
|
- 344.yaml
|
||||||
|
release_date: '2026-06-11'
|
||||||
|
|||||||
@@ -44,7 +44,6 @@ extensions = [
|
|||||||
'sphinx.ext.autodoc',
|
'sphinx.ext.autodoc',
|
||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx_antsibull_ext',
|
'sphinx_antsibull_ext',
|
||||||
'ansible_basic_sphinx_ext',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
|
|||||||
@@ -1,10 +1,7 @@
|
|||||||
# ansible_basic_sphinx_ext still imports pkg_resources (removed in setuptools 82+).
|
|
||||||
setuptools>=70.0.0,<81.0.0
|
|
||||||
antsibull>=0.17.0
|
antsibull>=0.17.0
|
||||||
antsibull-docs
|
antsibull-docs
|
||||||
antsibull-changelog
|
antsibull-changelog
|
||||||
ansible-core>=2.16.0
|
ansible-core>=2.16.0
|
||||||
ansible-pygments
|
ansible-pygments
|
||||||
sphinx-rtd-theme
|
sphinx-rtd-theme
|
||||||
git+https://github.com/felixfontein/ansible-basic-sphinx-ext
|
|
||||||
myst-parser
|
myst-parser
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
namespace: middleware_automation
|
namespace: middleware_automation
|
||||||
name: keycloak
|
name: keycloak
|
||||||
version: "3.0.8"
|
version: "3.0.10"
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Romain Pelisse <rpelisse@redhat.com>
|
- Romain Pelisse <rpelisse@redhat.com>
|
||||||
|
|||||||
@@ -14,8 +14,8 @@ action_groups:
|
|||||||
- keycloak_client_rolemapping
|
- keycloak_client_rolemapping
|
||||||
- keycloak_client_rolescope
|
- keycloak_client_rolescope
|
||||||
- keycloak_client_scope
|
- keycloak_client_scope
|
||||||
- keycloak_clientscope_type
|
- keycloak_client_scope_type
|
||||||
- keycloak_clientscope_rolemappings
|
- keycloak_client_scope_rolemappings
|
||||||
- keycloak_clientsecret_info
|
- keycloak_clientsecret_info
|
||||||
- keycloak_clientsecret_regenerate
|
- keycloak_clientsecret_regenerate
|
||||||
- keycloak_clienttemplate
|
- keycloak_clienttemplate
|
||||||
@@ -44,3 +44,19 @@ plugin_routing:
|
|||||||
warning_text: >-
|
warning_text: >-
|
||||||
The module has been renamed to keycloak_client_scope for Keycloak 17+ (Quarkus).
|
The module has been renamed to keycloak_client_scope for Keycloak 17+ (Quarkus).
|
||||||
Update playbooks to use middleware_automation.keycloak.keycloak_client_scope.
|
Update playbooks to use middleware_automation.keycloak.keycloak_client_scope.
|
||||||
|
|
||||||
|
keycloak_clientscope_type:
|
||||||
|
redirect: middleware_automation.keycloak.keycloak_client_scope_type
|
||||||
|
deprecation:
|
||||||
|
removal_version: 5.0.0
|
||||||
|
warning_text: >-
|
||||||
|
The module has been renamed to keycloak_client_scope_type for Keycloak 17+ (Quarkus).
|
||||||
|
Update playbooks to use middleware_automation.keycloak.keycloak_client_scope_type.
|
||||||
|
|
||||||
|
keycloak_clientscope_rolemappings:
|
||||||
|
redirect: middleware_automation.keycloak.keycloak_client_scope_rolemappings
|
||||||
|
deprecation:
|
||||||
|
removal_version: 5.0.0
|
||||||
|
warning_text: >-
|
||||||
|
The module has been renamed to keycloak_client_scope_rolemappings for Keycloak 17+ (Quarkus).
|
||||||
|
Update playbooks to use middleware_automation.keycloak.keycloak_client_scope_rolemappings.
|
||||||
|
|||||||
@@ -14,32 +14,32 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: keycloak_quarkus
|
- role: keycloak_quarkus
|
||||||
- role: keycloak_realm
|
- role: keycloak_realm
|
||||||
keycloak_url: "{{ keycloak_quarkus_hostname }}"
|
keycloak_realm_url: "{{ keycloak_quarkus_hostname }}"
|
||||||
keycloak_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
keycloak_realm_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
||||||
keycloak_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
keycloak_realm_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
||||||
keycloak_client_users:
|
keycloak_realm_client_users:
|
||||||
- username: TestUser
|
- username: TestUser
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- username: TestAdmin
|
- username: TestAdmin
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleAdmin
|
role: TestRoleAdmin
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient
|
- name: TestClient
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
public_client: "{{ keycloak_client_public }}"
|
public_client: "{{ keycloak_realm_client_public }}"
|
||||||
web_origins: "{{ keycloak_client_web_origins }}"
|
web_origins: "{{ keycloak_realm_client_web_origins }}"
|
||||||
users: "{{ keycloak_client_users }}"
|
users: "{{ keycloak_realm_client_users }}"
|
||||||
client_id: TestClient
|
client_id: TestClient
|
||||||
attributes:
|
attributes:
|
||||||
post.logout.redirect.uris: '/public/logout'
|
post.logout.redirect.uris: '/public/logout'
|
||||||
|
|||||||
@@ -19,30 +19,30 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: keycloak_quarkus
|
- role: keycloak_quarkus
|
||||||
- role: keycloak_realm
|
- role: keycloak_realm
|
||||||
keycloak_url: "{{ keycloak_quarkus_hostname }}"
|
keycloak_realm_url: "{{ keycloak_quarkus_hostname }}"
|
||||||
keycloak_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
keycloak_realm_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
||||||
keycloak_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
keycloak_realm_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
||||||
keycloak_client_users:
|
keycloak_realm_client_users:
|
||||||
- username: TestUser
|
- username: TestUser
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- username: TestAdmin
|
- username: TestAdmin
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleAdmin
|
role: TestRoleAdmin
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient
|
- name: TestClient
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
public_client: "{{ keycloak_client_public }}"
|
public_client: "{{ keycloak_realm_client_public }}"
|
||||||
web_origins: "{{ keycloak_client_web_origins }}"
|
web_origins: "{{ keycloak_realm_client_web_origins }}"
|
||||||
users: "{{ keycloak_client_users }}"
|
users: "{{ keycloak_realm_client_users }}"
|
||||||
client_id: TestClient
|
client_id: TestClient
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
driver:
|
driver:
|
||||||
name: podman
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
||||||
|
|||||||
@@ -20,8 +20,51 @@
|
|||||||
|
|
||||||
- name: Download keycloak archive to controller directory
|
- name: Download keycloak archive to controller directory
|
||||||
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
url: https://github.com/keycloak/keycloak/releases/download/26.4.7/keycloak-26.4.7.zip
|
url: https://github.com/keycloak/keycloak/releases/download/26.6.2/keycloak-26.6.2.zip
|
||||||
dest: /tmp/keycloak
|
dest: /tmp/keycloak
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
|
validate_certs: false
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
|
- name: Attempt RHBK download using redhat.runtimes_common collection
|
||||||
|
when:
|
||||||
|
- rhn_username is defined
|
||||||
|
- rhn_username | length > 0
|
||||||
|
block:
|
||||||
|
- name: Retrieve RHBK product download using Unified Downloads API
|
||||||
|
middleware_automation.common.product_search:
|
||||||
|
client_id: "{{ rhn_username }}"
|
||||||
|
client_secret: "{{ rhn_password }}"
|
||||||
|
product_type: DISTRIBUTION
|
||||||
|
product_version: "{{ keycloak_quarkus_version | default('26.6.2') }}"
|
||||||
|
product_category: "RHBK"
|
||||||
|
register: rhn_products
|
||||||
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
|
delegate_to: localhost
|
||||||
|
run_once: true
|
||||||
|
ignore_errors: true
|
||||||
|
|
||||||
|
- name: Determine install zipfile from search results
|
||||||
|
ansible.builtin.set_fact:
|
||||||
|
rhn_matched_products: "{{ rhn_products.results | selectattr('file_name', 'match', '.*keycloak-' + (keycloak_quarkus_version | default('26.6.2')) + '.zip$') }}"
|
||||||
|
delegate_to: localhost
|
||||||
|
run_once: true
|
||||||
|
when:
|
||||||
|
- rhn_products is defined
|
||||||
|
- rhn_products.results is defined
|
||||||
|
|
||||||
|
- name: Download Red Hat Build of Keycloak
|
||||||
|
middleware_automation.common.product_download:
|
||||||
|
client_id: "{{ rhn_username }}"
|
||||||
|
client_secret: "{{ rhn_password }}"
|
||||||
|
product_id: "{{ (rhn_matched_products | first).id }}"
|
||||||
|
dest: "/tmp/keycloak/keycloak-{{ keycloak_quarkus_version | default('26.6.2') }}.zip"
|
||||||
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
|
delegate_to: localhost
|
||||||
|
run_once: true
|
||||||
|
when:
|
||||||
|
- rhn_matched_products is defined
|
||||||
|
- rhn_matched_products | length > 0
|
||||||
|
ignore_errors: true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
driver:
|
driver:
|
||||||
name: podman
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
||||||
|
|||||||
@@ -37,8 +37,8 @@
|
|||||||
- keycloak_client_rolemapping
|
- keycloak_client_rolemapping
|
||||||
- keycloak_client_rolescope
|
- keycloak_client_rolescope
|
||||||
- keycloak_client_scope
|
- keycloak_client_scope
|
||||||
- keycloak_clientscope_type
|
- keycloak_client_scope_type
|
||||||
- keycloak_clientscope_rolemappings
|
- keycloak_client_scope_rolemappings
|
||||||
- keycloak_clientsecret_info
|
- keycloak_clientsecret_info
|
||||||
- keycloak_clientsecret_regenerate
|
- keycloak_clientsecret_regenerate
|
||||||
- keycloak_clienttemplate
|
- keycloak_clienttemplate
|
||||||
@@ -253,6 +253,50 @@
|
|||||||
clientId: molecule-idp-client
|
clientId: molecule-idp-client
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: keycloak_identity_provider — set hide_on_login via top-level param
|
||||||
|
middleware_automation.keycloak.keycloak_identity_provider:
|
||||||
|
realm: "{{ target_realm }}"
|
||||||
|
alias: "{{ idp }}"
|
||||||
|
hide_on_login: true
|
||||||
|
state: present
|
||||||
|
register: idp_hide_on_login_result
|
||||||
|
|
||||||
|
- name: Assert hide_on_login is set correctly in end_state
|
||||||
|
ansible.builtin.assert:
|
||||||
|
that:
|
||||||
|
- idp_hide_on_login_result is changed
|
||||||
|
- idp_hide_on_login_result.end_state.hideOnLogin == true
|
||||||
|
- "'hide_on_login' not in (idp_hide_on_login_result.end_state.config | default({}))"
|
||||||
|
|
||||||
|
- name: keycloak_identity_provider — set hide_on_login idempotency check
|
||||||
|
middleware_automation.keycloak.keycloak_identity_provider:
|
||||||
|
realm: "{{ target_realm }}"
|
||||||
|
alias: "{{ idp }}"
|
||||||
|
hide_on_login: true
|
||||||
|
state: present
|
||||||
|
register: idp_hide_on_login_idempotent_result
|
||||||
|
|
||||||
|
- name: Assert hide_on_login idempotency (no change)
|
||||||
|
ansible.builtin.assert:
|
||||||
|
that:
|
||||||
|
- idp_hide_on_login_idempotent_result is not changed
|
||||||
|
- idp_hide_on_login_idempotent_result.end_state.hideOnLogin == true
|
||||||
|
|
||||||
|
- name: keycloak_identity_provider — set hide_on_login via legacy config key (backward compat)
|
||||||
|
middleware_automation.keycloak.keycloak_identity_provider:
|
||||||
|
realm: "{{ target_realm }}"
|
||||||
|
alias: "{{ idp }}"
|
||||||
|
hide_on_login: false
|
||||||
|
state: present
|
||||||
|
register: idp_hide_on_login_off_result
|
||||||
|
|
||||||
|
- name: Assert hide_on_login can be toggled off via top-level param
|
||||||
|
ansible.builtin.assert:
|
||||||
|
that:
|
||||||
|
- idp_hide_on_login_off_result is changed
|
||||||
|
- idp_hide_on_login_off_result.end_state.hideOnLogin == false
|
||||||
|
- "'hide_on_login_page' not in (idp_hide_on_login_off_result.end_state.config | default({}))"
|
||||||
|
|
||||||
- name: keycloak_clienttemplate — create client template
|
- name: keycloak_clienttemplate — create client template
|
||||||
middleware_automation.keycloak.keycloak_clienttemplate:
|
middleware_automation.keycloak.keycloak_clienttemplate:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
@@ -265,10 +309,10 @@
|
|||||||
- "'404' not in (clienttemplate_result.msg | default(''))"
|
- "'404' not in (clienttemplate_result.msg | default(''))"
|
||||||
- "'Not Found' not in (clienttemplate_result.msg | default(''))"
|
- "'Not Found' not in (clienttemplate_result.msg | default(''))"
|
||||||
|
|
||||||
- name: keycloak_clientscope_type — attach scope as optional on realm
|
- name: keycloak_client_scope_type — attach scope as optional on realm
|
||||||
middleware_automation.keycloak.keycloak_clientscope_type:
|
middleware_automation.keycloak.keycloak_client_scope_type:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
optional_clientscopes:
|
optional_client_scopes:
|
||||||
- "{{ scope }}"
|
- "{{ scope }}"
|
||||||
|
|
||||||
- name: keycloak_user_rolemapping — assign realm role to user
|
- name: keycloak_user_rolemapping — assign realm role to user
|
||||||
@@ -299,54 +343,54 @@
|
|||||||
- name: keycloak_client_rolescope — restrict realm role on client
|
- name: keycloak_client_rolescope — restrict realm role on client
|
||||||
middleware_automation.keycloak.keycloak_client_rolescope:
|
middleware_automation.keycloak.keycloak_client_rolescope:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
client_id: "{{ client }}"
|
target_client_id: "{{ client }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ role }}"
|
- "{{ role }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: keycloak_clientscope_rolemappings — map client roles to clientscope
|
- name: keycloak_client_scope_rolemappings — map client roles to client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
client_id: "{{ client }}"
|
client_id: "{{ client }}"
|
||||||
clientscope_id: "{{ scope }}"
|
client_scope_id: "{{ scope }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ client_role }}"
|
- "{{ client_role }}"
|
||||||
register: clientscope_rolemappings_result
|
register: client_scope_rolemappings_result
|
||||||
|
|
||||||
- name: Assert clientscope role mappings were created
|
- name: Assert client scope role mappings were created
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- clientscope_rolemappings_result is changed
|
- client_scope_rolemappings_result is changed
|
||||||
- clientscope_rolemappings_result.end_state | length == 1
|
- client_scope_rolemappings_result.end_state | length == 1
|
||||||
|
|
||||||
- name: keycloak_clientscope_rolemappings — remap client role (idempotency)
|
- name: keycloak_client_scope_rolemappings — remap client role (idempotency)
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
client_id: "{{ client }}"
|
client_id: "{{ client }}"
|
||||||
clientscope_id: "{{ scope }}"
|
client_scope_id: "{{ scope }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ client_role }}"
|
- "{{ client_role }}"
|
||||||
register: clientscope_rolemappings_idempotent_result
|
register: client_scope_rolemappings_idempotent_result
|
||||||
|
|
||||||
- name: Assert clientscope role mappings are idempotent
|
- name: Assert client scope role mappings are idempotent
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- clientscope_rolemappings_idempotent_result is not changed
|
- client_scope_rolemappings_idempotent_result is not changed
|
||||||
- clientscope_rolemappings_idempotent_result.end_state | length == 1
|
- client_scope_rolemappings_idempotent_result.end_state | length == 1
|
||||||
|
|
||||||
- name: keycloak_clientscope_rolemappings — map realm role to clientscope
|
- name: keycloak_client_scope_rolemappings — map realm role to client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
clientscope_id: "{{ scope }}"
|
client_scope_id: "{{ scope }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ role }}"
|
- "{{ role }}"
|
||||||
register: clientscope_realm_rolemappings_result
|
register: client_scope_realm_rolemappings_result
|
||||||
|
|
||||||
- name: Assert realm role was mapped to clientscope
|
- name: Assert realm role was mapped to client_scope
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- clientscope_realm_rolemappings_result is changed
|
- client_scope_realm_rolemappings_result is changed
|
||||||
- clientscope_realm_rolemappings_result.end_state | length == 1
|
- client_scope_realm_rolemappings_result.end_state | length == 1
|
||||||
|
|
||||||
- name: keycloak_user — set email_verified explicitly
|
- name: keycloak_user — set email_verified explicitly
|
||||||
middleware_automation.keycloak.keycloak_user:
|
middleware_automation.keycloak.keycloak_user:
|
||||||
@@ -517,19 +561,19 @@
|
|||||||
name: "{{ authz_scope }}"
|
name: "{{ authz_scope }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: keycloak_clientscope_rolemappings — remove realm role from clientscope
|
- name: keycloak_client_scope_rolemappings — remove realm role from client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
clientscope_id: "{{ scope }}"
|
client_scope_id: "{{ scope }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ role }}"
|
- "{{ role }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: keycloak_clientscope_rolemappings — remove client role from clientscope
|
- name: keycloak_client_scope_rolemappings — remove client role from client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
client_id: "{{ client }}"
|
client_id: "{{ client }}"
|
||||||
clientscope_id: "{{ scope }}"
|
client_scope_id: "{{ scope }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ client_role }}"
|
- "{{ client_role }}"
|
||||||
state: absent
|
state: absent
|
||||||
@@ -537,7 +581,7 @@
|
|||||||
- name: keycloak_client_rolescope — remove role scope mapping
|
- name: keycloak_client_rolescope — remove role scope mapping
|
||||||
middleware_automation.keycloak.keycloak_client_rolescope:
|
middleware_automation.keycloak.keycloak_client_rolescope:
|
||||||
realm: "{{ target_realm }}"
|
realm: "{{ target_realm }}"
|
||||||
client_id: "{{ client }}"
|
target_client_id: "{{ client }}"
|
||||||
role_names:
|
role_names:
|
||||||
- "{{ role }}"
|
- "{{ role }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
vars_files:
|
vars_files:
|
||||||
- ../group_vars/all/vars.yml
|
- ../group_vars/all/vars.yml
|
||||||
vars:
|
vars:
|
||||||
|
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
||||||
keycloak_admin_password: "remembertochangeme"
|
keycloak_admin_password: "remembertochangeme"
|
||||||
|
keycloak_quarkus_hostname: "http://instance:8080"
|
||||||
keycloak_config_override_template: custom.xml.j2
|
keycloak_config_override_template: custom.xml.j2
|
||||||
keycloak_http_port: 8081
|
keycloak_http_port: 8081
|
||||||
keycloak_management_http_port: 19990
|
keycloak_management_http_port: 19990
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
keycloak_quarkus_show_deprecation_warnings: false
|
keycloak_quarkus_show_deprecation_warnings: false
|
||||||
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
||||||
keycloak_quarkus_bootstrap_admin_user: "remembertochangeme"
|
keycloak_quarkus_bootstrap_admin_user: "remembertochangeme"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_quarkus_hostname: https://instance:8443
|
keycloak_quarkus_hostname: https://instance:8443
|
||||||
keycloak_quarkus_log: file
|
keycloak_quarkus_log: file
|
||||||
keycloak_quarkus_log_level: debug # needed for the verify step
|
keycloak_quarkus_log_level: debug # needed for the verify step
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
keycloak_quarkus_systemd_wait_for_delay: 2
|
keycloak_quarkus_systemd_wait_for_delay: 2
|
||||||
keycloak_quarkus_systemd_wait_for_log: true
|
keycloak_quarkus_systemd_wait_for_log: true
|
||||||
keycloak_quarkus_restart_health_check: false # would fail because of self-signed cert
|
keycloak_quarkus_restart_health_check: false # would fail because of self-signed cert
|
||||||
keycloak_quarkus_version: 26.4.7
|
keycloak_quarkus_version: 26.6.2
|
||||||
keycloak_quarkus_java_heap_opts: "-Xms1024m -Xmx1024m"
|
keycloak_quarkus_java_heap_opts: "-Xms1024m -Xmx1024m"
|
||||||
keycloak_quarkus_additional_env_vars:
|
keycloak_quarkus_additional_env_vars:
|
||||||
- key: KC_FEATURES_DISABLED
|
- key: KC_FEATURES_DISABLED
|
||||||
@@ -39,16 +39,16 @@
|
|||||||
- key: default-connection-pool-size
|
- key: default-connection-pool-size
|
||||||
value: 10
|
value: 10
|
||||||
- id: spid-saml
|
- id: spid-saml
|
||||||
url: https://github.com/italia/spid-keycloak-provider/releases/download/24.0.2/spid-provider.jar
|
url: https://github.com/italia/spid-keycloak-provider/releases/download/26.5.6/spid-provider.jar
|
||||||
- id: spid-saml-w-checksum
|
- id: spid-saml-w-checksum
|
||||||
url: https://github.com/italia/spid-keycloak-provider/releases/download/24.0.2/spid-provider.jar
|
url: https://github.com/italia/spid-keycloak-provider/releases/download/26.5.6/spid-provider.jar
|
||||||
checksum: sha256:fbb50e73739d7a6d35b5bff611b1c01668b29adf6f6259624b95e466a305f377
|
checksum: sha256:2ddafc389a5f017d8665bfdfa2f72b3784fc74b9f3a482e796fa89a5ba5cc95b
|
||||||
- id: keycloak-kerberos-federation
|
- id: keycloak-kerberos-federation
|
||||||
maven:
|
maven:
|
||||||
repository_url: https://repo1.maven.org/maven2/ # https://mvnrepository.com/artifact/org.keycloak/keycloak-kerberos-federation/24.0.4
|
repository_url: https://repo1.maven.org/maven2/ # https://mvnrepository.com/artifact/org.keycloak/keycloak-kerberos-federation/24.0.4
|
||||||
group_id: org.keycloak
|
group_id: org.keycloak
|
||||||
artifact_id: keycloak-kerberos-federation
|
artifact_id: keycloak-kerberos-federation
|
||||||
version: 26.4.7 # optional
|
version: 26.6.3 # optional
|
||||||
# username: myUser # optional
|
# username: myUser # optional
|
||||||
# password: myPAT # optional
|
# password: myPAT # optional
|
||||||
# - id: my-static-theme
|
# - id: my-static-theme
|
||||||
@@ -62,34 +62,34 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: keycloak_quarkus
|
- role: keycloak_quarkus
|
||||||
- role: keycloak_realm
|
- role: keycloak_realm
|
||||||
keycloak_url: http://instance:8080
|
keycloak_realm_url: http://instance:8080
|
||||||
keycloak_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
keycloak_realm_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
||||||
keycloak_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
keycloak_realm_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
||||||
keycloak_client_default_roles:
|
keycloak_realm_client_default_roles:
|
||||||
- TestRoleAdmin
|
- TestRoleAdmin
|
||||||
- TestRoleUser
|
- TestRoleUser
|
||||||
keycloak_client_users:
|
keycloak_realm_client_users:
|
||||||
- username: TestUser
|
- username: TestUser
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- username: TestAdmin
|
- username: TestAdmin
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleAdmin
|
role: TestRoleAdmin
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient
|
- name: TestClient
|
||||||
roles: "{{ keycloak_client_default_roles }}"
|
roles: "{{ keycloak_realm_client_default_roles }}"
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
public_client: "{{ keycloak_client_public }}"
|
public_client: "{{ keycloak_realm_client_public }}"
|
||||||
web_origins: "{{ keycloak_client_web_origins }}"
|
web_origins: "{{ keycloak_realm_client_web_origins }}"
|
||||||
users: "{{ keycloak_client_users }}"
|
users: "{{ keycloak_realm_client_users }}"
|
||||||
client_id: TestClient
|
client_id: TestClient
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
keycloak_quarkus_show_deprecation_warnings: false
|
keycloak_quarkus_show_deprecation_warnings: false
|
||||||
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
keycloak_quarkus_bootstrap_admin_password: "remembertochangeme"
|
||||||
keycloak_quarkus_bootstrap_admin_user: "remembertochangeme"
|
keycloak_quarkus_bootstrap_admin_user: "remembertochangeme"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_quarkus_log: file
|
keycloak_quarkus_log: file
|
||||||
keycloak_quarkus_hostname: 'http://localhost:8080'
|
keycloak_quarkus_hostname: 'http://localhost:8080'
|
||||||
keycloak_quarkus_start_dev: True
|
keycloak_quarkus_start_dev: True
|
||||||
@@ -18,34 +18,34 @@
|
|||||||
roles:
|
roles:
|
||||||
- role: keycloak_quarkus
|
- role: keycloak_quarkus
|
||||||
- role: keycloak_realm
|
- role: keycloak_realm
|
||||||
keycloak_url: "{{ keycloak_quarkus_hostname }}"
|
keycloak_realm_url: "{{ keycloak_quarkus_hostname }}"
|
||||||
keycloak_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
keycloak_realm_admin_user: "{{ keycloak_quarkus_bootstrap_admin_user }}"
|
||||||
keycloak_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
keycloak_realm_admin_password: "{{ keycloak_quarkus_bootstrap_admin_password }}"
|
||||||
keycloak_client_default_roles:
|
keycloak_realm_client_default_roles:
|
||||||
- TestRoleAdmin
|
- TestRoleAdmin
|
||||||
- TestRoleUser
|
- TestRoleUser
|
||||||
keycloak_client_users:
|
keycloak_realm_client_users:
|
||||||
- username: TestUser
|
- username: TestUser
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- username: TestAdmin
|
- username: TestAdmin
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleUser
|
role: TestRoleUser
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
- client: TestClient
|
- client: TestClient
|
||||||
role: TestRoleAdmin
|
role: TestRoleAdmin
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient
|
- name: TestClient
|
||||||
roles: "{{ keycloak_client_default_roles }}"
|
roles: "{{ keycloak_realm_client_default_roles }}"
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
public_client: "{{ keycloak_client_public }}"
|
public_client: "{{ keycloak_realm_client_public }}"
|
||||||
web_origins: "{{ keycloak_client_web_origins }}"
|
web_origins: "{{ keycloak_realm_client_web_origins }}"
|
||||||
users: "{{ keycloak_client_users }}"
|
users: "{{ keycloak_realm_client_users }}"
|
||||||
client_id: TestClient
|
client_id: TestClient
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
driver:
|
driver:
|
||||||
name: podman
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
||||||
|
|||||||
@@ -9,6 +9,6 @@
|
|||||||
keycloak_quarkus_additional_env_vars:
|
keycloak_quarkus_additional_env_vars:
|
||||||
- key: KC_FEATURES_DISABLED
|
- key: KC_FEATURES_DISABLED
|
||||||
value: ciba,device-flow,impersonation,kerberos,docker
|
value: ciba,device-flow,impersonation,kerberos,docker
|
||||||
keycloak_quarkus_version: 26.0.7
|
keycloak_quarkus_version: 26.6.2
|
||||||
roles:
|
roles:
|
||||||
- role: keycloak_quarkus
|
- role: keycloak_quarkus
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ dependency:
|
|||||||
options:
|
options:
|
||||||
requirements-file: molecule/requirements.yml
|
requirements-file: molecule/requirements.yml
|
||||||
driver:
|
driver:
|
||||||
name: podman
|
name: docker
|
||||||
platforms:
|
platforms:
|
||||||
- name: instance
|
- name: instance
|
||||||
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
- vars.yml
|
- vars.yml
|
||||||
vars:
|
vars:
|
||||||
sudo_pkg_name: sudo
|
sudo_pkg_name: sudo
|
||||||
keycloak_quarkus_version: 26.0.4
|
keycloak_quarkus_version: 26.6.1
|
||||||
keycloak_quarkus_additional_env_vars:
|
keycloak_quarkus_additional_env_vars:
|
||||||
- key: KC_FEATURES_DISABLED
|
- key: KC_FEATURES_DISABLED
|
||||||
value: impersonation,kerberos
|
value: impersonation,kerberos
|
||||||
|
|||||||
22
molecule/sso_test/converge.yml
Normal file
22
molecule/sso_test/converge.yml
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
- name: Converge
|
||||||
|
hosts: all
|
||||||
|
vars_files:
|
||||||
|
- ../group_vars/all/vars.yml
|
||||||
|
vars:
|
||||||
|
keycloak_admin_password: "remembertochangeme"
|
||||||
|
keycloak_enable: true
|
||||||
|
keycloak_offline_install: false
|
||||||
|
roles:
|
||||||
|
- role: keycloak
|
||||||
|
- role: keycloak_realm
|
||||||
|
keycloak_realm_url: "http://instance:8080"
|
||||||
|
keycloak_realm_context: "/auth"
|
||||||
|
keycloak_realm_admin_user: "admin"
|
||||||
|
keycloak_realm_admin_password: "remembertochangeme"
|
||||||
|
keycloak_realm_realm: TestRealm
|
||||||
|
keycloak_realm_clients:
|
||||||
|
- name: TestClient
|
||||||
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
|
public_client: true
|
||||||
|
client_id: TestClient
|
||||||
31
molecule/sso_test/molecule.yml
Normal file
31
molecule/sso_test/molecule.yml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
dependency:
|
||||||
|
name: galaxy
|
||||||
|
driver:
|
||||||
|
name: docker
|
||||||
|
platforms:
|
||||||
|
- name: instance
|
||||||
|
image: registry.access.redhat.com/ubi9/ubi-init:latest
|
||||||
|
command: /usr/sbin/init
|
||||||
|
privileged: true
|
||||||
|
pre_build_image: true
|
||||||
|
provisioner:
|
||||||
|
name: ansible
|
||||||
|
config_options:
|
||||||
|
defaults:
|
||||||
|
interpreter_python: auto_silent
|
||||||
|
callbacks_enabled: profile_tasks, timer, yaml
|
||||||
|
ssh_connection:
|
||||||
|
pipelining: false
|
||||||
|
playbooks:
|
||||||
|
prepare: prepare.yml
|
||||||
|
converge: converge.yml
|
||||||
|
verify: verify.yml
|
||||||
|
env:
|
||||||
|
ANSIBLE_ROLES_PATH: "../../roles"
|
||||||
|
inventory:
|
||||||
|
host_vars:
|
||||||
|
instance:
|
||||||
|
ansible_user: root
|
||||||
|
verifier:
|
||||||
|
name: ansible
|
||||||
11
molecule/sso_test/prepare.yml
Normal file
11
molecule/sso_test/prepare.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
- name: Prepare
|
||||||
|
hosts: all
|
||||||
|
vars_files:
|
||||||
|
- ../group_vars/all/vars.yml
|
||||||
|
gather_facts: yes
|
||||||
|
vars:
|
||||||
|
sudo_pkg_name: sudo
|
||||||
|
tasks:
|
||||||
|
- name: "Run preparation common to all scenario"
|
||||||
|
ansible.builtin.include_tasks: ../prepare.yml
|
||||||
26
molecule/sso_test/verify.yml
Normal file
26
molecule/sso_test/verify.yml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
- name: Verify
|
||||||
|
hosts: all
|
||||||
|
vars:
|
||||||
|
keycloak_admin_password: "remembertochangeme"
|
||||||
|
keycloak_admin_user: "admin"
|
||||||
|
keycloak_uri: "http://localhost:8080"
|
||||||
|
keycloak_context: "/auth"
|
||||||
|
tasks:
|
||||||
|
- name: Populate service facts
|
||||||
|
ansible.builtin.service_facts:
|
||||||
|
- name: Check if keycloak service started
|
||||||
|
ansible.builtin.assert:
|
||||||
|
that:
|
||||||
|
- ansible_facts.services["keycloak.service"]["state"] == "running"
|
||||||
|
- ansible_facts.services["keycloak.service"]["status"] == "enabled"
|
||||||
|
- name: Verify token api call
|
||||||
|
ansible.builtin.uri:
|
||||||
|
url: "{{ keycloak_uri }}{{ keycloak_context }}/realms/master/protocol/openid-connect/token"
|
||||||
|
method: POST
|
||||||
|
body: "client_id=admin-cli&username={{ keycloak_admin_user }}&password={{ keycloak_admin_password }}&grant_type=password"
|
||||||
|
validate_certs: no
|
||||||
|
register: keycloak_auth_response
|
||||||
|
until: keycloak_auth_response.status == 200
|
||||||
|
retries: 2
|
||||||
|
delay: 2
|
||||||
@@ -6,9 +6,9 @@
|
|||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: keycloak_realm
|
name: keycloak_realm
|
||||||
vars:
|
vars:
|
||||||
keycloak_admin_password: "remembertochangeme"
|
keycloak_realm_admin_password: "remembertochangeme"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_user_federation:
|
keycloak_realm_user_federation:
|
||||||
- realm: TestRealm
|
- realm: TestRealm
|
||||||
name: my-ldap
|
name: my-ldap
|
||||||
provider_id: ldap
|
provider_id: ldap
|
||||||
@@ -48,13 +48,13 @@
|
|||||||
ldap.full.name.attribute: cn
|
ldap.full.name.attribute: cn
|
||||||
read.only: true
|
read.only: true
|
||||||
write.only: false
|
write.only: false
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient1
|
- name: TestClient1
|
||||||
client_id: TestClient1
|
client_id: TestClient1
|
||||||
roles:
|
roles:
|
||||||
- TestClient1Admin
|
- TestClient1Admin
|
||||||
- TestClient1User
|
- TestClient1User
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
public_client: true
|
public_client: true
|
||||||
web_origins:
|
web_origins:
|
||||||
- http://testclient1origin/application
|
- http://testclient1origin/application
|
||||||
@@ -65,4 +65,4 @@
|
|||||||
client_roles:
|
client_roles:
|
||||||
- client: TestClient1
|
- client: TestClient1
|
||||||
role: TestClient1User
|
role: TestClient1User
|
||||||
realm: "{{ keycloak_realm }}"
|
realm: "{{ keycloak_realm_realm }}"
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
- name: Playbook for Keycloak Hosts
|
- name: Playbook for Keycloak Hosts
|
||||||
hosts: all
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
keycloak_admin_password: "remembertochangeme"
|
keycloak_realm_admin_password: "remembertochangeme"
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient1
|
- name: TestClient1
|
||||||
client_id: TestClient1
|
client_id: TestClient1
|
||||||
roles:
|
roles:
|
||||||
@@ -23,4 +23,4 @@
|
|||||||
realm: TestRealm
|
realm: TestRealm
|
||||||
roles:
|
roles:
|
||||||
- role: middleware_automation.keycloak.keycloak_realm
|
- role: middleware_automation.keycloak.keycloak_realm
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
|
|||||||
@@ -6,12 +6,12 @@
|
|||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: middleware_automation.keycloak.keycloak_realm
|
name: middleware_automation.keycloak.keycloak_realm
|
||||||
vars:
|
vars:
|
||||||
keycloak_admin_password: "remembertochangeme"
|
keycloak_realm_admin_password: "remembertochangeme"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm_realm: TestRealm
|
||||||
keycloak_client_default_roles:
|
keycloak_realm_client_default_roles:
|
||||||
- TestRoleAdmin
|
- TestRoleAdmin
|
||||||
- TestRoleUser
|
- TestRoleUser
|
||||||
keycloak_client_users:
|
keycloak_realm_client_users:
|
||||||
- username: TestUser
|
- username: TestUser
|
||||||
password: password
|
password: password
|
||||||
client_roles:
|
client_roles:
|
||||||
@@ -27,13 +27,13 @@
|
|||||||
- client: TestClient1
|
- client: TestClient1
|
||||||
role: TestRoleAdmin
|
role: TestRoleAdmin
|
||||||
realm: TestRealm
|
realm: TestRealm
|
||||||
keycloak_clients:
|
keycloak_realm_clients:
|
||||||
- name: TestClient1
|
- name: TestClient1
|
||||||
client_id: TestClient1
|
client_id: TestClient1
|
||||||
roles: "{{ keycloak_client_default_roles }}"
|
roles: "{{ keycloak_realm_client_default_roles }}"
|
||||||
realm: TestRealm
|
realm: TestRealm
|
||||||
public_client: true
|
public_client: true
|
||||||
web_origins:
|
web_origins:
|
||||||
- http://testclient1origin/application
|
- http://testclient1origin/application
|
||||||
- http://testclient1origin/other
|
- http://testclient1origin/other
|
||||||
users: "{{ keycloak_client_users }}"
|
users: "{{ keycloak_realm_client_users }}"
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
from __future__ import annotations
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
from __future__ import annotations
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
from __future__ import annotations
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
# Note that this module util is **PRIVATE** to the collection. It can have breaking changes at any time.
|
# Note that this module util is **PRIVATE** to the collection. It can have breaking changes at any time.
|
||||||
# Do not use this from other collections or standalone plugins/modules!
|
# Do not use this from other collections or standalone plugins/modules!
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
import typing as t
|
import typing as t
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
# BSD 2-Clause license (see LICENSES/BSD-2-Clause.txt)
|
# BSD 2-Clause license (see LICENSES/BSD-2-Clause.txt)
|
||||||
# SPDX-License-Identifier: BSD-2-Clause
|
# SPDX-License-Identifier: BSD-2-Clause
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import json
|
import json
|
||||||
@@ -57,23 +59,23 @@ URL_GROUPS = "{url}/admin/realms/{realm}/groups"
|
|||||||
URL_GROUP = "{url}/admin/realms/{realm}/groups/{groupid}"
|
URL_GROUP = "{url}/admin/realms/{realm}/groups/{groupid}"
|
||||||
URL_GROUP_CHILDREN = "{url}/admin/realms/{realm}/groups/{groupid}/children"
|
URL_GROUP_CHILDREN = "{url}/admin/realms/{realm}/groups/{groupid}/children"
|
||||||
|
|
||||||
URL_CLIENTSCOPES = "{url}/admin/realms/{realm}/client-scopes"
|
URL_CLIENT_SCOPES = "{url}/admin/realms/{realm}/client-scopes"
|
||||||
URL_CLIENTSCOPE = "{url}/admin/realms/{realm}/client-scopes/{id}"
|
URL_CLIENT_SCOPE = "{url}/admin/realms/{realm}/client-scopes/{id}"
|
||||||
URL_CLIENTSCOPE_SCOPE_MAPPINGS = "{url}/admin/realms/{realm}/client-scopes/{id}/scope-mappings"
|
URL_CLIENT_SCOPE_SCOPE_MAPPINGS = "{url}/admin/realms/{realm}/client-scopes/{id}/scope-mappings"
|
||||||
URL_CLIENTSCOPE_SCOPE_MAPPINGS_REALM = "{url}/admin/realms/{realm}/client-scopes/{id}/scope-mappings/realm"
|
URL_CLIENT_SCOPE_SCOPE_MAPPINGS_REALM = "{url}/admin/realms/{realm}/client-scopes/{id}/scope-mappings/realm"
|
||||||
URL_CLIENTSCOPE_SCOPE_MAPPINGS_CLIENT = "{url}/admin/realms/{realm}/client-scopes/{id}/scope-mappings/clients/{client}"
|
URL_CLIENT_SCOPE_SCOPE_MAPPINGS_CLIENT = "{url}/admin/realms/{realm}/client-scopes/{id}/scope-mappings/clients/{client}"
|
||||||
URL_CLIENTSCOPE_PROTOCOLMAPPERS = "{url}/admin/realms/{realm}/client-scopes/{id}/protocol-mappers/models"
|
URL_CLIENT_SCOPE_PROTOCOLMAPPERS = "{url}/admin/realms/{realm}/client-scopes/{id}/protocol-mappers/models"
|
||||||
URL_CLIENTSCOPE_PROTOCOLMAPPER = "{url}/admin/realms/{realm}/client-scopes/{id}/protocol-mappers/models/{mapper_id}"
|
URL_CLIENT_SCOPE_PROTOCOLMAPPER = "{url}/admin/realms/{realm}/client-scopes/{id}/protocol-mappers/models/{mapper_id}"
|
||||||
|
|
||||||
URL_DEFAULT_CLIENTSCOPES = "{url}/admin/realms/{realm}/default-default-client-scopes"
|
URL_DEFAULT_CLIENT_SCOPES = "{url}/admin/realms/{realm}/default-default-client-scopes"
|
||||||
URL_DEFAULT_CLIENTSCOPE = "{url}/admin/realms/{realm}/default-default-client-scopes/{id}"
|
URL_DEFAULT_CLIENT_SCOPE = "{url}/admin/realms/{realm}/default-default-client-scopes/{id}"
|
||||||
URL_OPTIONAL_CLIENTSCOPES = "{url}/admin/realms/{realm}/default-optional-client-scopes"
|
URL_OPTIONAL_CLIENT_SCOPES = "{url}/admin/realms/{realm}/default-optional-client-scopes"
|
||||||
URL_OPTIONAL_CLIENTSCOPE = "{url}/admin/realms/{realm}/default-optional-client-scopes/{id}"
|
URL_OPTIONAL_CLIENT_SCOPE = "{url}/admin/realms/{realm}/default-optional-client-scopes/{id}"
|
||||||
|
|
||||||
URL_CLIENT_DEFAULT_CLIENTSCOPES = "{url}/admin/realms/{realm}/clients/{cid}/default-client-scopes"
|
URL_CLIENT_DEFAULT_CLIENT_SCOPES = "{url}/admin/realms/{realm}/clients/{cid}/default-client-scopes"
|
||||||
URL_CLIENT_DEFAULT_CLIENTSCOPE = "{url}/admin/realms/{realm}/clients/{cid}/default-client-scopes/{id}"
|
URL_CLIENT_DEFAULT_CLIENT_SCOPE = "{url}/admin/realms/{realm}/clients/{cid}/default-client-scopes/{id}"
|
||||||
URL_CLIENT_OPTIONAL_CLIENTSCOPES = "{url}/admin/realms/{realm}/clients/{cid}/optional-client-scopes"
|
URL_CLIENT_OPTIONAL_CLIENT_SCOPES = "{url}/admin/realms/{realm}/clients/{cid}/optional-client-scopes"
|
||||||
URL_CLIENT_OPTIONAL_CLIENTSCOPE = "{url}/admin/realms/{realm}/clients/{cid}/optional-client-scopes/{id}"
|
URL_CLIENT_OPTIONAL_CLIENT_SCOPE = "{url}/admin/realms/{realm}/clients/{cid}/optional-client-scopes/{id}"
|
||||||
|
|
||||||
URL_CLIENT_GROUP_ROLEMAPPINGS = "{url}/admin/realms/{realm}/groups/{id}/role-mappings/clients/{client}"
|
URL_CLIENT_GROUP_ROLEMAPPINGS = "{url}/admin/realms/{realm}/groups/{id}/role-mappings/clients/{client}"
|
||||||
URL_CLIENT_GROUP_ROLEMAPPINGS_AVAILABLE = (
|
URL_CLIENT_GROUP_ROLEMAPPINGS_AVAILABLE = (
|
||||||
@@ -154,18 +156,6 @@ URL_AUTHZ_CUSTOM_POLICY = "{url}/admin/realms/{realm}/clients/{client_id}/authz/
|
|||||||
URL_AUTHZ_CUSTOM_POLICIES = "{url}/admin/realms/{realm}/clients/{client_id}/authz/resource-server/policy"
|
URL_AUTHZ_CUSTOM_POLICIES = "{url}/admin/realms/{realm}/clients/{client_id}/authz/resource-server/policy"
|
||||||
|
|
||||||
|
|
||||||
def normalize_keycloak_url(url: str) -> str:
|
|
||||||
"""Normalize Keycloak base URL for Admin REST API access.
|
|
||||||
|
|
||||||
Keycloak 17+ (Quarkus) exposes the API at the server root without an /auth prefix.
|
|
||||||
WildFly-based Keycloak used /auth as the context path. Trailing slashes are removed.
|
|
||||||
"""
|
|
||||||
url = url.rstrip("/")
|
|
||||||
if url.endswith("/auth"):
|
|
||||||
return url[:-5]
|
|
||||||
return url
|
|
||||||
|
|
||||||
|
|
||||||
def keycloak_argument_spec() -> dict[str, t.Any]:
|
def keycloak_argument_spec() -> dict[str, t.Any]:
|
||||||
"""
|
"""
|
||||||
Returns argument_spec of options common to keycloak_*-modules
|
Returns argument_spec of options common to keycloak_*-modules
|
||||||
@@ -215,7 +205,7 @@ def _token_request(module_params: dict[str, t.Any], payload: dict[str, t.Any]) -
|
|||||||
'refresh_token' for type 'refresh_token'.
|
'refresh_token' for type 'refresh_token'.
|
||||||
:return: access token
|
:return: access token
|
||||||
"""
|
"""
|
||||||
base_url = normalize_keycloak_url(module_params["auth_keycloak_url"])
|
base_url = module_params["auth_keycloak_url"]
|
||||||
if not base_url.lower().startswith(("http", "https")):
|
if not base_url.lower().startswith(("http", "https")):
|
||||||
raise KeycloakError(f"auth_url '{base_url}' should either start with 'http' or 'https'.")
|
raise KeycloakError(f"auth_url '{base_url}' should either start with 'http' or 'https'.")
|
||||||
auth_realm = module_params.get("auth_realm")
|
auth_realm = module_params.get("auth_realm")
|
||||||
@@ -403,7 +393,7 @@ class KeycloakAPI:
|
|||||||
|
|
||||||
def __init__(self, module: AnsibleModule, connection_header: dict[str, str]) -> None:
|
def __init__(self, module: AnsibleModule, connection_header: dict[str, str]) -> None:
|
||||||
self.module = module
|
self.module = module
|
||||||
self.baseurl = normalize_keycloak_url(self.module.params.get("auth_keycloak_url"))
|
self.baseurl = self.module.params.get("auth_keycloak_url")
|
||||||
self.validate_certs = self.module.params.get("validate_certs")
|
self.validate_certs = self.module.params.get("validate_certs")
|
||||||
self.connection_timeout = self.module.params.get("connection_timeout")
|
self.connection_timeout = self.module.params.get("connection_timeout")
|
||||||
self.restheaders = connection_header
|
self.restheaders = connection_header
|
||||||
@@ -713,7 +703,7 @@ class KeycloakAPI:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not obtain list of clients for realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not obtain list of clients for realm {realm}: {e}")
|
||||||
|
|
||||||
def get_client_by_clientid(self, client_id, realm: str = "master"):
|
def get_client_by_client_id(self, client_id, realm: str = "master"):
|
||||||
"""Get client representation by clientId
|
"""Get client representation by clientId
|
||||||
:param client_id: The clientId to be queried
|
:param client_id: The clientId to be queried
|
||||||
:param realm: realm from which to obtain the client representation
|
:param realm: realm from which to obtain the client representation
|
||||||
@@ -756,7 +746,7 @@ class KeycloakAPI:
|
|||||||
:param realm: client template from this realm
|
:param realm: client template from this realm
|
||||||
:return: id of client (usually a UUID)
|
:return: id of client (usually a UUID)
|
||||||
"""
|
"""
|
||||||
result = self.get_client_by_clientid(client_id, realm)
|
result = self.get_client_by_client_id(client_id, realm)
|
||||||
if isinstance(result, dict) and "id" in result:
|
if isinstance(result, dict) and "id" in result:
|
||||||
return result["id"]
|
return result["id"]
|
||||||
else:
|
else:
|
||||||
@@ -1301,99 +1291,99 @@ class KeycloakAPI:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not delete client template {id} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not delete client template {id} in realm {realm}: {e}")
|
||||||
|
|
||||||
def get_clientscopes(self, realm: str = "master"):
|
def get_client_scopes(self, realm: str = "master"):
|
||||||
"""Fetch the name and ID of all clientscopes on the Keycloak server.
|
"""Fetch the name and ID of all client scopes on the Keycloak server.
|
||||||
|
|
||||||
To fetch the full data of the group, make a subsequent call to
|
To fetch the full data of the group, make a subsequent call to
|
||||||
get_clientscope_by_clientscopeid, passing in the ID of the group you wish to return.
|
get_client_scope_by_client_scope_id, passing in the ID of the group you wish to return.
|
||||||
|
|
||||||
:param realm: Realm in which the clientscope resides; default 'master'.
|
:param realm: Realm in which the client scope resides; default 'master'.
|
||||||
:return The clientscopes of this realm (default "master")
|
:return The client scopes of this realm (default "master")
|
||||||
"""
|
"""
|
||||||
clientscopes_url = URL_CLIENTSCOPES.format(url=self.baseurl, realm=realm)
|
client_scopes_url = URL_CLIENT_SCOPES.format(url=self.baseurl, realm=realm)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(clientscopes_url, method="GET")
|
return self._request_and_deserialize(client_scopes_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not fetch list of clientscopes in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch list of client scopes in realm {realm}: {e}")
|
||||||
|
|
||||||
def get_clientscope_by_clientscopeid(self, cid, realm: str = "master"):
|
def get_client_scope_by_client_scope_id(self, cid, realm: str = "master"):
|
||||||
"""Fetch a keycloak clientscope from the provided realm using the clientscope's unique ID.
|
"""Fetch a keycloak client scope from the provided realm using the client scope's unique ID.
|
||||||
|
|
||||||
If the clientscope does not exist, None is returned.
|
If the client scope does not exist, None is returned.
|
||||||
|
|
||||||
gid is a UUID provided by the Keycloak API
|
gid is a UUID provided by the Keycloak API
|
||||||
:param cid: UUID of the clientscope to be returned
|
:param cid: UUID of the client scope to be returned
|
||||||
:param realm: Realm in which the clientscope resides; default 'master'.
|
:param realm: Realm in which the client scope resides; default 'master'.
|
||||||
"""
|
"""
|
||||||
clientscope_url = URL_CLIENTSCOPE.format(url=self.baseurl, realm=realm, id=cid)
|
client_scope_url = URL_CLIENT_SCOPE.format(url=self.baseurl, realm=realm, id=cid)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(clientscope_url, method="GET")
|
return self._request_and_deserialize(client_scope_url, method="GET")
|
||||||
|
|
||||||
except HTTPError as e:
|
except HTTPError as e:
|
||||||
if e.code == HTTPStatus.NOT_FOUND:
|
if e.code == HTTPStatus.NOT_FOUND:
|
||||||
return None
|
return None
|
||||||
else:
|
else:
|
||||||
self.fail_request(e, msg=f"Could not fetch clientscope {cid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch client scope {cid} in realm {realm}: {e}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.module.fail_json(msg=f"Could not clientscope group {cid} in realm {realm}: {e}")
|
self.module.fail_json(msg=f"Could not client scope group {cid} in realm {realm}: {e}")
|
||||||
|
|
||||||
def get_clientscope_by_name(self, name, realm: str = "master"):
|
def get_client_scope_by_name(self, name, realm: str = "master"):
|
||||||
"""Fetch a keycloak clientscope within a realm based on its name.
|
"""Fetch a keycloak client scope within a realm based on its name.
|
||||||
|
|
||||||
The Keycloak API does not allow filtering of the clientscopes resource by name.
|
The Keycloak API does not allow filtering of the client scopes resource by name.
|
||||||
As a result, this method first retrieves the entire list of clientscopes - name and ID -
|
As a result, this method first retrieves the entire list of client scopes - name and ID -
|
||||||
then performs a second query to fetch the group.
|
then performs a second query to fetch the group.
|
||||||
|
|
||||||
If the clientscope does not exist, None is returned.
|
If the client scope does not exist, None is returned.
|
||||||
:param name: Name of the clientscope to fetch.
|
:param name: Name of the client scope to fetch.
|
||||||
:param realm: Realm in which the clientscope resides; default 'master'
|
:param realm: Realm in which the client scope resides; default 'master'
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
all_clientscopes = self.get_clientscopes(realm=realm)
|
all_client_scopes = self.get_client_scopes(realm=realm)
|
||||||
|
|
||||||
for clientscope in all_clientscopes:
|
for client_scope in all_client_scopes:
|
||||||
if clientscope["name"] == name:
|
if client_scope["name"] == name:
|
||||||
return self.get_clientscope_by_clientscopeid(clientscope["id"], realm=realm)
|
return self.get_client_scope_by_client_scope_id(client_scope["id"], realm=realm)
|
||||||
|
|
||||||
return None
|
return None
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.module.fail_json(msg=f"Could not fetch clientscope {name} in realm {realm}: {e}")
|
self.module.fail_json(msg=f"Could not fetch client scope {name} in realm {realm}: {e}")
|
||||||
|
|
||||||
def create_clientscope(self, clientscoperep, realm: str = "master"):
|
def create_client_scope(self, client_scope_rep, realm: str = "master"):
|
||||||
"""Create a Keycloak clientscope.
|
"""Create a Keycloak client scope.
|
||||||
|
|
||||||
:param clientscoperep: a ClientScopeRepresentation of the clientscope to be created. Must contain at minimum the field name.
|
:param client_scope_rep: a ClientScopeRepresentation of the client scope to be created. Must contain at minimum the field name.
|
||||||
:return: HTTPResponse object on success
|
:return: HTTPResponse object on success
|
||||||
"""
|
"""
|
||||||
clientscopes_url = URL_CLIENTSCOPES.format(url=self.baseurl, realm=realm)
|
client_scopes_url = URL_CLIENT_SCOPES.format(url=self.baseurl, realm=realm)
|
||||||
try:
|
try:
|
||||||
return self._request(clientscopes_url, method="POST", data=json.dumps(clientscoperep))
|
return self._request(client_scopes_url, method="POST", data=json.dumps(client_scope_rep))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not create clientscope {clientscoperep['name']} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not create client scope {client_scope_rep['name']} in realm {realm}: {e}")
|
||||||
|
|
||||||
def update_clientscope(self, clientscoperep, realm: str = "master"):
|
def update_client_scope(self, client_scope_rep, realm: str = "master"):
|
||||||
"""Update an existing clientscope.
|
"""Update an existing client scope.
|
||||||
|
|
||||||
:param grouprep: A GroupRepresentation of the updated group.
|
:param grouprep: A GroupRepresentation of the updated group.
|
||||||
:return HTTPResponse object on success
|
:return HTTPResponse object on success
|
||||||
"""
|
"""
|
||||||
clientscope_url = URL_CLIENTSCOPE.format(url=self.baseurl, realm=realm, id=clientscoperep["id"])
|
client_scope_url = URL_CLIENT_SCOPE.format(url=self.baseurl, realm=realm, id=client_scope_rep["id"])
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return self._request(clientscope_url, method="PUT", data=json.dumps(clientscoperep))
|
return self._request(client_scope_url, method="PUT", data=json.dumps(client_scope_rep))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not update clientscope {clientscoperep['name']} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not update client scope {client_scope_rep['name']} in realm {realm}: {e}")
|
||||||
|
|
||||||
def delete_clientscope(self, name=None, cid=None, realm: str = "master"):
|
def delete_client_scope(self, name=None, cid=None, realm: str = "master"):
|
||||||
"""Delete a clientscope. One of name or cid must be provided.
|
"""Delete a client scope. One of name or cid must be provided.
|
||||||
|
|
||||||
Providing the clientscope ID is preferred as it avoids a second lookup to
|
Providing the client scope ID is preferred as it avoids a second lookup to
|
||||||
convert a clientscope name to an ID.
|
convert a client scope name to an ID.
|
||||||
|
|
||||||
:param name: The name of the clientscope. A lookup will be performed to retrieve the clientscope ID.
|
:param name: The name of the client scope. A lookup will be performed to retrieve the client scope ID.
|
||||||
:param cid: The ID of the clientscope (preferred to name).
|
:param cid: The ID of the client scope (preferred to name).
|
||||||
:param realm: The realm in which this group resides, default "master".
|
:param realm: The realm in which this group resides, default "master".
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -1405,9 +1395,9 @@ class KeycloakAPI:
|
|||||||
# in the case that both are provided, prefer the ID, since it is one
|
# in the case that both are provided, prefer the ID, since it is one
|
||||||
# less lookup.
|
# less lookup.
|
||||||
if cid is None and name is not None:
|
if cid is None and name is not None:
|
||||||
for clientscope in self.get_clientscopes(realm=realm):
|
for client_scope in self.get_client_scopes(realm=realm):
|
||||||
if clientscope["name"] == name:
|
if client_scope["name"] == name:
|
||||||
cid = clientscope["id"]
|
cid = client_scope["id"]
|
||||||
break
|
break
|
||||||
|
|
||||||
# if the group doesn't exist - no problem, nothing to delete.
|
# if the group doesn't exist - no problem, nothing to delete.
|
||||||
@@ -1415,41 +1405,41 @@ class KeycloakAPI:
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
# should have a good cid by here.
|
# should have a good cid by here.
|
||||||
clientscope_url = URL_CLIENTSCOPE.format(realm=realm, id=cid, url=self.baseurl)
|
client_scope_url = URL_CLIENT_SCOPE.format(realm=realm, id=cid, url=self.baseurl)
|
||||||
try:
|
try:
|
||||||
return self._request(clientscope_url, method="DELETE")
|
return self._request(client_scope_url, method="DELETE")
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Unable to delete clientscope {cid}: {e}")
|
self.fail_request(e, msg=f"Unable to delete client scope {cid}: {e}")
|
||||||
|
|
||||||
def get_clientscope_protocolmappers(self, cid, realm: str = "master"):
|
def get_client_scope_protocolmappers(self, cid, realm: str = "master"):
|
||||||
"""Fetch the name and ID of all clientscopes on the Keycloak server.
|
"""Fetch the name and ID of all client scopes on the Keycloak server.
|
||||||
|
|
||||||
To fetch the full data of the group, make a subsequent call to
|
To fetch the full data of the group, make a subsequent call to
|
||||||
get_clientscope_by_clientscopeid, passing in the ID of the group you wish to return.
|
get_client_scope_by_client_scope_id, passing in the ID of the group you wish to return.
|
||||||
|
|
||||||
:param cid: id of clientscope (not name).
|
:param cid: id of client scope (not name).
|
||||||
:param realm: Realm in which the clientscope resides; default 'master'.
|
:param realm: Realm in which the client scope resides; default 'master'.
|
||||||
:return The protocolmappers of this realm (default "master")
|
:return The protocolmappers of this realm (default "master")
|
||||||
"""
|
"""
|
||||||
protocolmappers_url = URL_CLIENTSCOPE_PROTOCOLMAPPERS.format(id=cid, url=self.baseurl, realm=realm)
|
protocolmappers_url = URL_CLIENT_SCOPE_PROTOCOLMAPPERS.format(id=cid, url=self.baseurl, realm=realm)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(protocolmappers_url, method="GET")
|
return self._request_and_deserialize(protocolmappers_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not fetch list of protocolmappers in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch list of protocolmappers in realm {realm}: {e}")
|
||||||
|
|
||||||
def get_clientscope_protocolmapper_by_protocolmapperid(self, pid, cid, realm: str = "master"):
|
def get_client_scope_protocolmapper_by_protocolmapperid(self, pid, cid, realm: str = "master"):
|
||||||
"""Fetch a keycloak clientscope from the provided realm using the clientscope's unique ID.
|
"""Fetch a keycloak client scope from the provided realm using the client scope's unique ID.
|
||||||
|
|
||||||
If the clientscope does not exist, None is returned.
|
If the client scope does not exist, None is returned.
|
||||||
|
|
||||||
gid is a UUID provided by the Keycloak API
|
gid is a UUID provided by the Keycloak API
|
||||||
|
|
||||||
:param cid: UUID of the protocolmapper to be returned
|
:param cid: UUID of the protocolmapper to be returned
|
||||||
:param cid: UUID of the clientscope to be returned
|
:param cid: UUID of the client scope to be returned
|
||||||
:param realm: Realm in which the clientscope resides; default 'master'.
|
:param realm: Realm in which the client scope resides; default 'master'.
|
||||||
"""
|
"""
|
||||||
protocolmapper_url = URL_CLIENTSCOPE_PROTOCOLMAPPER.format(url=self.baseurl, realm=realm, id=cid, mapper_id=pid)
|
protocolmapper_url = URL_CLIENT_SCOPE_PROTOCOLMAPPER.format(url=self.baseurl, realm=realm, id=cid, mapper_id=pid)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(protocolmapper_url, method="GET")
|
return self._request_and_deserialize(protocolmapper_url, method="GET")
|
||||||
|
|
||||||
@@ -1461,24 +1451,24 @@ class KeycloakAPI:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.module.fail_json(msg=f"Could not fetch protocolmapper {cid} in realm {realm}: {e}")
|
self.module.fail_json(msg=f"Could not fetch protocolmapper {cid} in realm {realm}: {e}")
|
||||||
|
|
||||||
def get_clientscope_protocolmapper_by_name(self, cid, name, realm: str = "master"):
|
def get_client_scope_protocolmapper_by_name(self, cid, name, realm: str = "master"):
|
||||||
"""Fetch a keycloak clientscope within a realm based on its name.
|
"""Fetch a keycloak client scope within a realm based on its name.
|
||||||
|
|
||||||
The Keycloak API does not allow filtering of the clientscopes resource by name.
|
The Keycloak API does not allow filtering of the client scopes resource by name.
|
||||||
As a result, this method first retrieves the entire list of clientscopes - name and ID -
|
As a result, this method first retrieves the entire list of client scopes - name and ID -
|
||||||
then performs a second query to fetch the group.
|
then performs a second query to fetch the group.
|
||||||
|
|
||||||
If the clientscope does not exist, None is returned.
|
If the client scope does not exist, None is returned.
|
||||||
:param cid: Id of the clientscope (not name).
|
:param cid: Id of the client scope (not name).
|
||||||
:param name: Name of the protocolmapper to fetch.
|
:param name: Name of the protocolmapper to fetch.
|
||||||
:param realm: Realm in which the clientscope resides; default 'master'
|
:param realm: Realm in which the client scope resides; default 'master'
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
all_protocolmappers = self.get_clientscope_protocolmappers(cid, realm=realm)
|
all_protocolmappers = self.get_client_scope_protocolmappers(cid, realm=realm)
|
||||||
|
|
||||||
for protocolmapper in all_protocolmappers:
|
for protocolmapper in all_protocolmappers:
|
||||||
if protocolmapper["name"] == name:
|
if protocolmapper["name"] == name:
|
||||||
return self.get_clientscope_protocolmapper_by_protocolmapperid(
|
return self.get_client_scope_protocolmapper_by_protocolmapperid(
|
||||||
protocolmapper["id"], cid, realm=realm
|
protocolmapper["id"], cid, realm=realm
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -1487,27 +1477,27 @@ class KeycloakAPI:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.module.fail_json(msg=f"Could not fetch protocolmapper {name} in realm {realm}: {e}")
|
self.module.fail_json(msg=f"Could not fetch protocolmapper {name} in realm {realm}: {e}")
|
||||||
|
|
||||||
def create_clientscope_protocolmapper(self, cid, mapper_rep, realm: str = "master"):
|
def create_client_scope_protocolmapper(self, cid, mapper_rep, realm: str = "master"):
|
||||||
"""Create a Keycloak clientscope protocolmapper.
|
"""Create a Keycloak client scope protocolmapper.
|
||||||
|
|
||||||
:param cid: Id of the clientscope.
|
:param cid: Id of the client scope.
|
||||||
:param mapper_rep: a ProtocolMapperRepresentation of the protocolmapper to be created. Must contain at minimum the field name.
|
:param mapper_rep: a ProtocolMapperRepresentation of the protocolmapper to be created. Must contain at minimum the field name.
|
||||||
:return: HTTPResponse object on success
|
:return: HTTPResponse object on success
|
||||||
"""
|
"""
|
||||||
protocolmappers_url = URL_CLIENTSCOPE_PROTOCOLMAPPERS.format(url=self.baseurl, id=cid, realm=realm)
|
protocolmappers_url = URL_CLIENT_SCOPE_PROTOCOLMAPPERS.format(url=self.baseurl, id=cid, realm=realm)
|
||||||
try:
|
try:
|
||||||
return self._request(protocolmappers_url, method="POST", data=json.dumps(mapper_rep))
|
return self._request(protocolmappers_url, method="POST", data=json.dumps(mapper_rep))
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not create protocolmapper {mapper_rep['name']} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not create protocolmapper {mapper_rep['name']} in realm {realm}: {e}")
|
||||||
|
|
||||||
def update_clientscope_protocolmappers(self, cid, mapper_rep, realm: str = "master"):
|
def update_client_scope_protocolmappers(self, cid, mapper_rep, realm: str = "master"):
|
||||||
"""Update an existing clientscope.
|
"""Update an existing client scope.
|
||||||
|
|
||||||
:param cid: Id of the clientscope.
|
:param cid: Id of the client scope.
|
||||||
:param mapper_rep: A ProtocolMapperRepresentation of the updated protocolmapper.
|
:param mapper_rep: A ProtocolMapperRepresentation of the updated protocolmapper.
|
||||||
:return HTTPResponse object on success
|
:return HTTPResponse object on success
|
||||||
"""
|
"""
|
||||||
protocolmapper_url = URL_CLIENTSCOPE_PROTOCOLMAPPER.format(
|
protocolmapper_url = URL_CLIENT_SCOPE_PROTOCOLMAPPER.format(
|
||||||
url=self.baseurl, realm=realm, id=cid, mapper_id=mapper_rep["id"]
|
url=self.baseurl, realm=realm, id=cid, mapper_id=mapper_rep["id"]
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -1516,137 +1506,137 @@ class KeycloakAPI:
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e, msg=f"Could not update protocolmappers for clientscope {mapper_rep} in realm {realm}: {e}"
|
e, msg=f"Could not update protocolmappers for client scope {mapper_rep} in realm {realm}: {e}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_default_clientscopes(self, realm, client_id=None):
|
def get_default_client_scopes(self, realm, client_id=None):
|
||||||
"""Fetch the name and ID of all clientscopes on the Keycloak server.
|
"""Fetch the name and ID of all client scopes on the Keycloak server.
|
||||||
|
|
||||||
To fetch the full data of the client scope, make a subsequent call to
|
To fetch the full data of the client scope, make a subsequent call to
|
||||||
get_clientscope_by_clientscopeid, passing in the ID of the client scope you wish to return.
|
get_client_scope_by_client_scope_id, passing in the ID of the client scope you wish to return.
|
||||||
|
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
:return The default clientscopes of this realm or client
|
:return The default client scopes of this realm or client
|
||||||
"""
|
"""
|
||||||
url = URL_DEFAULT_CLIENTSCOPES if client_id is None else URL_CLIENT_DEFAULT_CLIENTSCOPES
|
url = URL_DEFAULT_CLIENT_SCOPES if client_id is None else URL_CLIENT_DEFAULT_CLIENT_SCOPES
|
||||||
return self._get_clientscopes_of_type(realm, url, "default", client_id)
|
return self._get_client_scopes_of_type(realm, url, "default", client_id)
|
||||||
|
|
||||||
def get_optional_clientscopes(self, realm, client_id=None):
|
def get_optional_client_scopes(self, realm, client_id=None):
|
||||||
"""Fetch the name and ID of all clientscopes on the Keycloak server.
|
"""Fetch the name and ID of all client scopes on the Keycloak server.
|
||||||
|
|
||||||
To fetch the full data of the client scope, make a subsequent call to
|
To fetch the full data of the client scope, make a subsequent call to
|
||||||
get_clientscope_by_clientscopeid, passing in the ID of the client scope you wish to return.
|
get_client_scope_by_client_scope_id, passing in the ID of the client scope you wish to return.
|
||||||
|
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
:return The optional clientscopes of this realm or client
|
:return The optional client scopes of this realm or client
|
||||||
"""
|
"""
|
||||||
url = URL_OPTIONAL_CLIENTSCOPES if client_id is None else URL_CLIENT_OPTIONAL_CLIENTSCOPES
|
url = URL_OPTIONAL_CLIENT_SCOPES if client_id is None else URL_CLIENT_OPTIONAL_CLIENT_SCOPES
|
||||||
return self._get_clientscopes_of_type(realm, url, "optional", client_id)
|
return self._get_client_scopes_of_type(realm, url, "optional", client_id)
|
||||||
|
|
||||||
def _get_clientscopes_of_type(self, realm, url_template, scope_type, client_id=None):
|
def _get_client_scopes_of_type(self, realm, url_template, scope_type, client_id=None):
|
||||||
"""Fetch the name and ID of all clientscopes on the Keycloak server.
|
"""Fetch the name and ID of all client scopes on the Keycloak server.
|
||||||
|
|
||||||
To fetch the full data of the client scope, make a subsequent call to
|
To fetch the full data of the client scope, make a subsequent call to
|
||||||
get_clientscope_by_clientscopeid, passing in the ID of the client scope you wish to return.
|
get_client_scope_by_client_scope_id, passing in the ID of the client scope you wish to return.
|
||||||
|
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param url_template the template for the right type
|
:param url_template the template for the right type
|
||||||
:param scope_type this can be either optional or default
|
:param scope_type this can be either optional or default
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
:return The clientscopes of the specified type of this realm
|
:return The client scopes of the specified type of this realm
|
||||||
"""
|
"""
|
||||||
if client_id is None:
|
if client_id is None:
|
||||||
clientscopes_url = url_template.format(url=self.baseurl, realm=realm)
|
client_scopes_url = url_template.format(url=self.baseurl, realm=realm)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(clientscopes_url, method="GET")
|
return self._request_and_deserialize(client_scopes_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not fetch list of {scope_type} clientscopes in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch list of {scope_type} client scopes in realm {realm}: {e}")
|
||||||
else:
|
else:
|
||||||
cid = self.get_client_id(client_id=client_id, realm=realm)
|
cid = self.get_client_id(client_id=client_id, realm=realm)
|
||||||
clientscopes_url = url_template.format(url=self.baseurl, realm=realm, cid=cid)
|
client_scopes_url = url_template.format(url=self.baseurl, realm=realm, cid=cid)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(clientscopes_url, method="GET")
|
return self._request_and_deserialize(client_scopes_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e,
|
e,
|
||||||
msg=f"Could not fetch list of {scope_type} clientscopes in client {client_id}: {clientscopes_url}",
|
msg=f"Could not fetch list of {scope_type} client scopes in client {client_id}: {client_scopes_url}",
|
||||||
)
|
)
|
||||||
|
|
||||||
def _decide_url_type_clientscope(self, client_id=None, scope_type="default"):
|
def _decide_url_type_client_scope(self, client_id=None, scope_type="default"):
|
||||||
"""Decides which url to use.
|
"""Decides which url to use.
|
||||||
:param scope_type this can be either optional or default
|
:param scope_type this can be either optional or default
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
"""
|
"""
|
||||||
if client_id is None:
|
if client_id is None:
|
||||||
if scope_type == "default":
|
if scope_type == "default":
|
||||||
return URL_DEFAULT_CLIENTSCOPE
|
return URL_DEFAULT_CLIENT_SCOPE
|
||||||
if scope_type == "optional":
|
if scope_type == "optional":
|
||||||
return URL_OPTIONAL_CLIENTSCOPE
|
return URL_OPTIONAL_CLIENT_SCOPE
|
||||||
else:
|
else:
|
||||||
if scope_type == "default":
|
if scope_type == "default":
|
||||||
return URL_CLIENT_DEFAULT_CLIENTSCOPE
|
return URL_CLIENT_DEFAULT_CLIENT_SCOPE
|
||||||
if scope_type == "optional":
|
if scope_type == "optional":
|
||||||
return URL_CLIENT_OPTIONAL_CLIENTSCOPE
|
return URL_CLIENT_OPTIONAL_CLIENT_SCOPE
|
||||||
|
|
||||||
def add_default_clientscope(self, id, realm: str = "master", client_id=None):
|
def add_default_client_scope(self, id, realm: str = "master", client_id=None):
|
||||||
"""Add a client scope as default either on realm or client level.
|
"""Add a client scope as default either on realm or client level.
|
||||||
|
|
||||||
:param id: Client scope Id.
|
:param id: Client scope Id.
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
"""
|
"""
|
||||||
self._action_type_clientscope(id, client_id, "default", realm, "add")
|
self._action_type_client_scope(id, client_id, "default", realm, "add")
|
||||||
|
|
||||||
def add_optional_clientscope(self, id, realm: str = "master", client_id=None):
|
def add_optional_client_scope(self, id, realm: str = "master", client_id=None):
|
||||||
"""Add a client scope as optional either on realm or client level.
|
"""Add a client scope as optional either on realm or client level.
|
||||||
|
|
||||||
:param id: Client scope Id.
|
:param id: Client scope Id.
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
"""
|
"""
|
||||||
self._action_type_clientscope(id, client_id, "optional", realm, "add")
|
self._action_type_client_scope(id, client_id, "optional", realm, "add")
|
||||||
|
|
||||||
def delete_default_clientscope(self, id, realm: str = "master", client_id=None):
|
def delete_default_client_scope(self, id, realm: str = "master", client_id=None):
|
||||||
"""Remove a client scope as default either on realm or client level.
|
"""Remove a client scope as default either on realm or client level.
|
||||||
|
|
||||||
:param id: Client scope Id.
|
:param id: Client scope Id.
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
"""
|
"""
|
||||||
self._action_type_clientscope(id, client_id, "default", realm, "delete")
|
self._action_type_client_scope(id, client_id, "default", realm, "delete")
|
||||||
|
|
||||||
def delete_optional_clientscope(self, id, realm: str = "master", client_id=None):
|
def delete_optional_client_scope(self, id, realm: str = "master", client_id=None):
|
||||||
"""Remove a client scope as optional either on realm or client level.
|
"""Remove a client scope as optional either on realm or client level.
|
||||||
|
|
||||||
:param id: Client scope Id.
|
:param id: Client scope Id.
|
||||||
:param realm: Realm in which the clientscope resides.
|
:param realm: Realm in which the client scope resides.
|
||||||
:param client_id: The client in which the clientscope resides.
|
:param client_id: The client in which the client scope resides.
|
||||||
"""
|
"""
|
||||||
self._action_type_clientscope(id, client_id, "optional", realm, "delete")
|
self._action_type_client_scope(id, client_id, "optional", realm, "delete")
|
||||||
|
|
||||||
def _action_type_clientscope(
|
def _action_type_client_scope(
|
||||||
self, id=None, client_id=None, scope_type="default", realm: str = "master", action="add"
|
self, id=None, client_id=None, scope_type="default", realm: str = "master", action="add"
|
||||||
):
|
):
|
||||||
"""Delete or add a clientscope of type.
|
"""Delete or add a client scope of type.
|
||||||
:param name: The name of the clientscope. A lookup will be performed to retrieve the clientscope ID.
|
:param name: The name of the client scope. A lookup will be performed to retrieve the client scope ID.
|
||||||
:param client_id: The ID of the clientscope (preferred to name).
|
:param client_id: The ID of the client scope (preferred to name).
|
||||||
:param scope_type 'default' or 'optional'
|
:param scope_type 'default' or 'optional'
|
||||||
:param realm: The realm in which this group resides, default "master".
|
:param realm: The realm in which this group resides, default "master".
|
||||||
"""
|
"""
|
||||||
cid = None if client_id is None else self.get_client_id(client_id=client_id, realm=realm)
|
cid = None if client_id is None else self.get_client_id(client_id=client_id, realm=realm)
|
||||||
# should have a good cid by here.
|
# should have a good cid by here.
|
||||||
clientscope_type_url = self._decide_url_type_clientscope(client_id, scope_type).format(
|
client_scope_type_url = self._decide_url_type_client_scope(client_id, scope_type).format(
|
||||||
realm=realm, id=id, cid=cid, url=self.baseurl
|
realm=realm, id=id, cid=cid, url=self.baseurl
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
method = "PUT" if action == "add" else "DELETE"
|
method = "PUT" if action == "add" else "DELETE"
|
||||||
return self._request(clientscope_type_url, method=method)
|
return self._request(client_scope_type_url, method=method)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
place = "realm" if client_id is None else f"client {client_id}"
|
place = "realm" if client_id is None else f"client {client_id}"
|
||||||
self.fail_request(e, msg=f"Unable to {action} {scope_type} clientscope {id} @ {place} : {e}")
|
self.fail_request(e, msg=f"Unable to {action} {scope_type} client scope {id} @ {place} : {e}")
|
||||||
|
|
||||||
def create_clientsecret(self, id, realm: str = "master"):
|
def create_clientsecret(self, id, realm: str = "master"):
|
||||||
"""Generate a new client secret by id
|
"""Generate a new client secret by id
|
||||||
@@ -2032,7 +2022,7 @@ class KeycloakAPI:
|
|||||||
composite_url = ""
|
composite_url = ""
|
||||||
try:
|
try:
|
||||||
if clientid is not None:
|
if clientid is not None:
|
||||||
client = self.get_client_by_clientid(client_id=clientid, realm=realm)
|
client = self.get_client_by_client_id(client_id=clientid, realm=realm)
|
||||||
cid = client["id"]
|
cid = client["id"]
|
||||||
composite_url = URL_CLIENT_ROLE_COMPOSITES.format(
|
composite_url = URL_CLIENT_ROLE_COMPOSITES.format(
|
||||||
url=self.baseurl, realm=realm, id=cid, name=quote(rolerep["name"], safe="")
|
url=self.baseurl, realm=realm, id=cid, name=quote(rolerep["name"], safe="")
|
||||||
@@ -2050,7 +2040,7 @@ class KeycloakAPI:
|
|||||||
composite_url = ""
|
composite_url = ""
|
||||||
try:
|
try:
|
||||||
if clientid is not None:
|
if clientid is not None:
|
||||||
client = self.get_client_by_clientid(client_id=clientid, realm=realm)
|
client = self.get_client_by_client_id(client_id=clientid, realm=realm)
|
||||||
cid = client["id"]
|
cid = client["id"]
|
||||||
composite_url = URL_CLIENT_ROLE_COMPOSITES.format(
|
composite_url = URL_CLIENT_ROLE_COMPOSITES.format(
|
||||||
url=self.baseurl, realm=realm, id=cid, name=quote(rolerep["name"], safe="")
|
url=self.baseurl, realm=realm, id=cid, name=quote(rolerep["name"], safe="")
|
||||||
@@ -2069,7 +2059,7 @@ class KeycloakAPI:
|
|||||||
composite_url = ""
|
composite_url = ""
|
||||||
try:
|
try:
|
||||||
if clientid is not None:
|
if clientid is not None:
|
||||||
client = self.get_client_by_clientid(client_id=clientid, realm=realm)
|
client = self.get_client_by_client_id(client_id=clientid, realm=realm)
|
||||||
cid = client["id"]
|
cid = client["id"]
|
||||||
composite_url = URL_CLIENT_ROLE_COMPOSITES.format(
|
composite_url = URL_CLIENT_ROLE_COMPOSITES.format(
|
||||||
url=self.baseurl, realm=realm, id=cid, name=quote(rolerep["name"], safe="")
|
url=self.baseurl, realm=realm, id=cid, name=quote(rolerep["name"], safe="")
|
||||||
@@ -3271,192 +3261,192 @@ class KeycloakAPI:
|
|||||||
except Exception:
|
except Exception:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def get_all_clientscope_scope_mappings(self, clientscope_id, realm: str = "master"):
|
def get_all_client_scope_scope_mappings(self, client_scope_id, realm: str = "master"):
|
||||||
"""Fetch all (realm and client) roles (scope-mappings) associated with the clientscope for a specific clientscope on the Keycloak server.
|
"""Fetch all (realm and client) roles (scope-mappings) associated with the client scope for a specific client scope on the Keycloak server.
|
||||||
:param clientscope_id: ID of the clientscope from which to obtain the associated roles.
|
:param client_scope_id: ID of the client scope from which to obtain the associated roles.
|
||||||
:param realm: Realm from which to obtain the scope.
|
:param realm: Realm from which to obtain the scope.
|
||||||
:return: The clientscope scope-mappings.
|
:return: The client scope scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS.format(url=self.baseurl, realm=realm, id=clientscope_id)
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS.format(url=self.baseurl, realm=realm, id=client_scope_id)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not fetch roles for client-scope {clientscope_id} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch roles for client scope {client_scope_id} in realm {realm}: {e}")
|
||||||
|
|
||||||
def get_clientscope_scope_mappings_realm(self, clientscope_id, realm: str = "master"):
|
def get_client_scope_scope_mappings_realm(self, client_scope_id, realm: str = "master"):
|
||||||
"""Fetch the realm roles (scope-mappings) associated with the clientscope for a specific clientscope on the Keycloak server.
|
"""Fetch the realm roles (scope-mappings) associated with the client scope for a specific client scope on the Keycloak server.
|
||||||
:param clientscope_id: ID of the clientscope from which to obtain the associated roles.
|
:param client_scope_id: ID of the client scope from which to obtain the associated roles.
|
||||||
:param realm: Realm from which to obtain the scope.
|
:param realm: Realm from which to obtain the scope.
|
||||||
:return: The clientscope realm scope-mappings.
|
:return: The client scope realm scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS_REALM.format(
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS_REALM.format(
|
||||||
url=self.baseurl, realm=realm, id=clientscope_id
|
url=self.baseurl, realm=realm, id=client_scope_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e, msg=f"Could not fetch realm roles for client-scope {clientscope_id} in realm {realm}: {e}"
|
e, msg=f"Could not fetch realm roles for client scope {client_scope_id} in realm {realm}: {e}"
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_clientscope_scope_mappings_client(self, clientscope_id, client_id, realm: str = "master"):
|
def get_client_scope_scope_mappings_client(self, client_scope_id, client_id, realm: str = "master"):
|
||||||
"""Fetch the client roles (scope-mappings) associated with the clientscope for a specific clientscope and client on the Keycloak server.
|
"""Fetch the client roles (scope-mappings) associated with the client scope for a specific client scope and client on the Keycloak server.
|
||||||
:param clientscope_id: ID of the clientscope from which to obtain the associated roles.
|
:param client_scope_id: ID of the client scope from which to obtain the associated roles.
|
||||||
:param clientid: ID of the client from which to obtain the associated roles.
|
:param clientid: ID of the client from which to obtain the associated roles.
|
||||||
:param realm: Realm from which to obtain the scope.
|
:param realm: Realm from which to obtain the scope.
|
||||||
:return: The clientscope client scope-mappings.
|
:return: The client scope client scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS_CLIENT.format(
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS_CLIENT.format(
|
||||||
url=self.baseurl, realm=realm, id=clientscope_id, client=client_id
|
url=self.baseurl, realm=realm, id=client_scope_id, client=client_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e,
|
e,
|
||||||
msg=f"Could not fetch client roles from client {client_id} for client-scope {clientscope_id} in realm {realm}: {e}",
|
msg=f"Could not fetch client roles from client {client_id} for client scope {client_scope_id} in realm {realm}: {e}",
|
||||||
)
|
)
|
||||||
|
|
||||||
def get_client_role_scope_from_client(self, clientid, clientscopeid, realm: str = "master"):
|
def get_client_role_scope_from_client(self, target_client_id, role_owner_client_id, realm: str = "master"):
|
||||||
"""Fetch the roles associated with the client's scope for a specific client on the Keycloak server.
|
"""Fetch the roles associated with the client's scope for a specific client on the Keycloak server.
|
||||||
:param clientid: ID of the client from which to obtain the associated roles.
|
:param target_client_id: ID of the client from which to obtain the associated roles.
|
||||||
:param clientscopeid: ID of the client who owns the roles.
|
:param role_owner_client_id: ID of the client who owns the roles.
|
||||||
:param realm: Realm from which to obtain the scope.
|
:param realm: Realm from which to obtain the scope.
|
||||||
:return: The client scope of roles from specified client.
|
:return: The client scope of roles from specified client.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_CLIENTS.format(
|
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_CLIENTS.format(
|
||||||
url=self.baseurl, realm=realm, id=clientid, scopeid=clientscopeid
|
url=self.baseurl, realm=realm, id=target_client_id, scopeid=role_owner_client_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
return self._request_and_deserialize(client_role_scope_url, method="GET")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not fetch roles scope for client {clientid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch roles scope for client {target_client_id} in realm {realm}: {e}")
|
||||||
|
|
||||||
def update_client_role_scope_from_client(self, payload, clientid, clientscopeid, realm: str = "master"):
|
def update_client_role_scope_from_client(self, roles, target_client_id, role_owner_client_id, realm: str = "master"):
|
||||||
"""Update and fetch the roles associated with the client's scope on the Keycloak server.
|
"""Update and fetch the roles associated with the client's scope on the Keycloak server.
|
||||||
:param payload: List of roles to be added to the scope.
|
:param roles: List of roles to be added to the scope.
|
||||||
:param clientid: ID of the client to update scope.
|
:param target_client_id: ID of the client to update scope.
|
||||||
:param clientscopeid: ID of the client who owns the roles.
|
:param role_owner_client_id: ID of the client who owns the roles.
|
||||||
:param realm: Realm from which to obtain the clients.
|
:param realm: Realm from which to obtain the clients.
|
||||||
:return: The client scope of roles from specified client.
|
:return: The client scope of roles from specified client.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_CLIENTS.format(
|
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_CLIENTS.format(
|
||||||
url=self.baseurl, realm=realm, id=clientid, scopeid=clientscopeid
|
url=self.baseurl, realm=realm, id=target_client_id, scopeid=role_owner_client_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="POST", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="POST", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not update roles scope for client {clientid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not update roles scope for client {target_client_id} in realm {realm}: {e}")
|
||||||
|
|
||||||
return self.get_client_role_scope_from_client(clientid, clientscopeid, realm)
|
return self.get_client_role_scope_from_client(target_client_id, role_owner_client_id, realm)
|
||||||
|
|
||||||
def delete_client_role_scope_from_client(self, payload, clientid, clientscopeid, realm: str = "master"):
|
def delete_client_role_scope_from_client(self, roles, target_client_id, role_owner_client_id, realm: str = "master"):
|
||||||
"""Delete the roles contains in the payload from the client's scope on the Keycloak server.
|
"""Delete the roles from the client's scope on the Keycloak server.
|
||||||
:param payload: List of roles to be deleted.
|
:param roles: List of roles to be deleted.
|
||||||
:param clientid: ID of the client to delete roles from scope.
|
:param target_client_id: ID of the client to delete roles from scope.
|
||||||
:param clientscopeid: ID of the client who owns the roles.
|
:param role_owner_client_id: ID of the client who owns the roles.
|
||||||
:param realm: Realm from which to obtain the clients.
|
:param realm: Realm from which to obtain the clients.
|
||||||
:return: The client scope of roles from specified client.
|
:return: The client scope of roles from specified client.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_CLIENTS.format(
|
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_CLIENTS.format(
|
||||||
url=self.baseurl, realm=realm, id=clientid, scopeid=clientscopeid
|
url=self.baseurl, realm=realm, id=target_client_id, scopeid=role_owner_client_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="DELETE", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="DELETE", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not delete roles scope for client {clientid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not delete roles from scope for client {target_client_id} in realm {realm}: {e}")
|
||||||
|
|
||||||
return self.get_client_role_scope_from_client(clientid, clientscopeid, realm)
|
return self.get_client_role_scope_from_client(target_client_id, role_owner_client_id, realm)
|
||||||
|
|
||||||
def update_clientscope_scope_mappings_client(
|
def update_client_scope_scope_mappings_client(
|
||||||
self, payload: list[dict], clientscope_id: str, client_id: str, realm: str = "master"
|
self, roles: list[dict], client_scope_id: str, role_owner_client_id: str, realm: str = "master"
|
||||||
):
|
):
|
||||||
"""Update and fetch the client roles (scope-mappings) associated with the clientscope on the Keycloak server.
|
"""Update and fetch the client roles (scope-mappings) associated with the client scope on the Keycloak server.
|
||||||
:param payload: List of client roles to be added to the scope.
|
:param roles: List of client roles to be added to the scope.
|
||||||
:param clientscope_id: ID of the clientscope to update scope-mappings.
|
:param client_scope_id: ID of the client scope to update scope-mappings.
|
||||||
:param clientid: ID of the client from which to obtain the associated roles.
|
:param role_owner_client_id: ID of the client from which to obtain the associated roles.
|
||||||
:param realm: Realm from which to obtain the client.
|
:param realm: Realm from which to obtain the client.
|
||||||
:return: The clientscope client scope-mappings.
|
:return: The client scope client scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS_CLIENT.format(
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS_CLIENT.format(
|
||||||
url=self.baseurl, realm=realm, id=clientscope_id, client=client_id
|
url=self.baseurl, realm=realm, id=client_scope_id, client=role_owner_client_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="POST", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="POST", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e,
|
e,
|
||||||
msg=f"Could not update scope mappings for client-scope {client_id}.{clientscope_id} in realm {realm}: {e}",
|
msg=f"Could not update scope mappings for client scope {role_owner_client_id}.{client_scope_id} in realm {realm}: {e}",
|
||||||
)
|
)
|
||||||
|
|
||||||
return self.get_clientscope_scope_mappings_client(clientscope_id, client_id, realm)
|
return self.get_client_scope_scope_mappings_client(client_scope_id, role_owner_client_id, realm)
|
||||||
|
|
||||||
def update_clientscope_scope_mappings_realm(self, payload: list[dict], clientscope_id: str, realm: str = "master"):
|
def update_client_scope_scope_mappings_realm(self, roles: list[dict], client_scope_id: str, realm: str = "master"):
|
||||||
"""Update and fetch the realm roles (scope-mappings) associated with the clientscope on the Keycloak server.
|
"""Update and fetch the realm roles (scope-mappings) associated with the client scope on the Keycloak server.
|
||||||
:param payload: List of realm roles to be added to the scope.
|
:param roles: List of realm roles to be added to the scope.
|
||||||
:param clientscope_id: ID of the clientscope to update scope-mappings.
|
:param client_scope_id: ID of the client scope to update scope-mappings.
|
||||||
:param realm: Realm from which to obtain the roles.
|
:param realm: Realm from which to obtain the roles.
|
||||||
:return: The clientscope realm scope-mappings.
|
:return: The client scope realm scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS_REALM.format(
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS_REALM.format(
|
||||||
url=self.baseurl, realm=realm, id=clientscope_id
|
url=self.baseurl, realm=realm, id=client_scope_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="POST", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="POST", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e, msg=f"Could not update scope mappings for client-scope {clientscope_id} in realm {realm}: {e}"
|
e, msg=f"Could not update scope mappings for client scope {client_scope_id} in realm {realm}: {e}"
|
||||||
)
|
)
|
||||||
|
|
||||||
return self.get_clientscope_scope_mappings_realm(clientscope_id, realm)
|
return self.get_client_scope_scope_mappings_realm(client_scope_id, realm)
|
||||||
|
|
||||||
def delete_clientscope_scope_mappings_client(
|
def delete_client_scope_scope_mappings_client(
|
||||||
self, payload: list[dict], clientscope_id: str, client_id: str, realm: str = "master"
|
self, roles: list[dict], client_scope_id: str, role_owner_client_id: str, realm: str = "master"
|
||||||
):
|
):
|
||||||
"""Delete the client roles (scope_mappings) contained in the payload from the clientscope on the Keycloak server.
|
"""Delete the client roles (scope_mappings) from the client scope on the Keycloak server.
|
||||||
:param payload: List of roles to be deleted.
|
:param roles: List of roles to be deleted.
|
||||||
:param clientscope_id: ID of the clientscope to delete roles from scope-mappings.
|
:param client_scope_id: ID of the client scope to delete roles from scope-mappings.
|
||||||
:param clientid: ID of the client who owns the roles.
|
:param role_owner_client_id: ID of the client who owns the roles.
|
||||||
:param realm: Realm from which to obtain the client.
|
:param realm: Realm from which to obtain the client.
|
||||||
:return: The clientscope client scope-mappings.
|
:return: The client scope client scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS_CLIENT.format(
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS_CLIENT.format(
|
||||||
url=self.baseurl, realm=realm, id=clientscope_id, client=client_id
|
url=self.baseurl, realm=realm, id=client_scope_id, client=role_owner_client_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="DELETE", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="DELETE", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e,
|
e,
|
||||||
msg=f"Could not delete scope mappings for client-scope {client_id}.{clientscope_id} in realm {realm}: {e}",
|
msg=f"Could not delete scope mappings for client scope {role_owner_client_id}.{client_scope_id} in realm {realm}: {e}",
|
||||||
)
|
)
|
||||||
|
|
||||||
return self.get_clientscope_scope_mappings_client(clientscope_id, client_id, realm)
|
return self.get_client_scope_scope_mappings_client(client_scope_id, role_owner_client_id, realm)
|
||||||
|
|
||||||
def delete_clientscope_scope_mappings_realm(self, payload: list[dict], clientscope_id: str, realm: str = "master"):
|
def delete_client_scope_scope_mappings_realm(self, roles: list[dict], client_scope_id: str, realm: str = "master"):
|
||||||
"""Delete the realm roles (scope_mappings) contained in the payload from the clientscope on the Keycloak server.
|
"""Delete the realm roles (scope_mappings) contained in the roles from the client scope on the Keycloak server.
|
||||||
:param payload: List of roles to be deleted.
|
:param roles: List of roles to be deleted.
|
||||||
:param clientscope_id: ID of the clientscope to delete roles from scope-mappings.
|
:param client_scope_id: ID of the client scope to delete roles from scope-mappings.
|
||||||
:param realm: Realm from which to obtain the roles.
|
:param realm: Realm from which to obtain the roles.
|
||||||
:return: The clientscope realm scope-mappings.
|
:return: The client scope realm scope-mappings.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENTSCOPE_SCOPE_MAPPINGS_REALM.format(
|
client_role_scope_url = URL_CLIENT_SCOPE_SCOPE_MAPPINGS_REALM.format(
|
||||||
url=self.baseurl, realm=realm, id=clientscope_id
|
url=self.baseurl, realm=realm, id=client_scope_id
|
||||||
)
|
)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="DELETE", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="DELETE", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(
|
self.fail_request(
|
||||||
e, msg=f"Could not delete scope mappings for client-scope {clientscope_id} in realm {realm}: {e}"
|
e, msg=f"Could not delete scope mappings for client scope {client_scope_id} in realm {realm}: {e}"
|
||||||
)
|
)
|
||||||
|
|
||||||
return self.get_clientscope_scope_mappings_realm(clientscope_id, realm)
|
return self.get_client_scope_scope_mappings_realm(client_scope_id, realm)
|
||||||
|
|
||||||
def get_client_role_scope_from_realm(self, clientid, realm: str = "master"):
|
def get_client_role_scope_from_realm(self, clientid, realm: str = "master"):
|
||||||
"""Fetch the realm roles from the client's scope on the Keycloak server.
|
"""Fetch the realm roles from the client's scope on the Keycloak server.
|
||||||
@@ -3470,32 +3460,32 @@ class KeycloakAPI:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not fetch roles scope for client {clientid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not fetch roles scope for client {clientid} in realm {realm}: {e}")
|
||||||
|
|
||||||
def update_client_role_scope_from_realm(self, payload, clientid, realm: str = "master"):
|
def update_client_role_scope_from_realm(self, roles, clientid, realm: str = "master"):
|
||||||
"""Update and fetch the realm roles from the client's scope on the Keycloak server.
|
"""Update and fetch the realm roles from the client's scope on the Keycloak server.
|
||||||
:param payload: List of realm roles to add.
|
:param roles: List of realm roles to add.
|
||||||
:param clientid: ID of the client to update scope.
|
:param clientid: ID of the client to update scope.
|
||||||
:param realm: Realm from which to obtain the clients.
|
:param realm: Realm from which to obtain the clients.
|
||||||
:return: The client realm roles scope.
|
:return: The client realm roles scope.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_REALM.format(url=self.baseurl, realm=realm, id=clientid)
|
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_REALM.format(url=self.baseurl, realm=realm, id=clientid)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="POST", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="POST", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not update roles scope for client {clientid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not update roles scope for client {clientid} in realm {realm}: {e}")
|
||||||
|
|
||||||
return self.get_client_role_scope_from_realm(clientid, realm)
|
return self.get_client_role_scope_from_realm(clientid, realm)
|
||||||
|
|
||||||
def delete_client_role_scope_from_realm(self, payload, clientid, realm: str = "master"):
|
def delete_client_role_scope_from_realm(self, roles, clientid, realm: str = "master"):
|
||||||
"""Delete the realm roles contains in the payload from the client's scope on the Keycloak server.
|
"""Delete the realm roles from the client's scope on the Keycloak server.
|
||||||
:param payload: List of realm roles to delete.
|
:param roles: List of realm roles to delete.
|
||||||
:param clientid: ID of the client to delete roles from scope.
|
:param clientid: ID of the client to delete roles from scope.
|
||||||
:param realm: Realm from which to obtain the clients.
|
:param realm: Realm from which to obtain the clients.
|
||||||
:return: The client realm roles scope.
|
:return: The client realm roles scope.
|
||||||
"""
|
"""
|
||||||
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_REALM.format(url=self.baseurl, realm=realm, id=clientid)
|
client_role_scope_url = URL_CLIENT_ROLE_SCOPE_REALM.format(url=self.baseurl, realm=realm, id=clientid)
|
||||||
try:
|
try:
|
||||||
self._request(client_role_scope_url, method="DELETE", data=json.dumps(payload))
|
self._request(client_role_scope_url, method="DELETE", data=json.dumps(roles))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.fail_request(e, msg=f"Could not delete roles scope for client {clientid} in realm {realm}: {e}")
|
self.fail_request(e, msg=f"Could not delete roles scope for client {clientid} in realm {realm}: {e}")
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
import typing as t
|
import typing as t
|
||||||
|
|
||||||
@@ -66,7 +68,7 @@ def keycloak_clientsecret_module_resolve_params(module: AnsibleModule, kc: Keycl
|
|||||||
# less lookup.
|
# less lookup.
|
||||||
if id is None:
|
if id is None:
|
||||||
# Due to the required_one_of spec, client_id is guaranteed to not be None
|
# Due to the required_one_of spec, client_id is guaranteed to not be None
|
||||||
client = kc.get_client_by_clientid(client_id, realm=realm)
|
client = kc.get_client_by_client_id(client_id, realm=realm)
|
||||||
|
|
||||||
if client is None:
|
if client is None:
|
||||||
module.fail_json(msg=f"Client does not exist {client_id}")
|
module.fail_json(msg=f"Client does not exist {client_id}")
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authentication
|
module: keycloak_authentication
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
from __future__ import annotations
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authentication_required_actions
|
module: keycloak_authentication_required_actions
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authentication_v2
|
module: keycloak_authentication_v2
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authz_authorization_scope
|
module: keycloak_authz_authorization_scope
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authz_custom_policy
|
module: keycloak_authz_custom_policy
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authz_permission
|
module: keycloak_authz_permission
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_authz_permission_info
|
module: keycloak_authz_permission_info
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_client
|
module: keycloak_client
|
||||||
@@ -1100,11 +1102,11 @@ def add_default_client_scopes(desired_client, before_client, realm, kc):
|
|||||||
missing_scopes = [item for item in desired_default_scope if item not in before_client["defaultClientScopes"]]
|
missing_scopes = [item for item in desired_default_scope if item not in before_client["defaultClientScopes"]]
|
||||||
if not missing_scopes:
|
if not missing_scopes:
|
||||||
return
|
return
|
||||||
client_scopes = kc.get_clientscopes(realm)
|
client_scopes = kc.get_client_scopes(realm)
|
||||||
for name in missing_scopes:
|
for name in missing_scopes:
|
||||||
scope = find_match(client_scopes, "name", name)
|
scope = find_match(client_scopes, "name", name)
|
||||||
if scope:
|
if scope:
|
||||||
kc.add_default_clientscope(scope["id"], realm, desired_client["clientId"])
|
kc.add_default_client_scope(scope["id"], realm, desired_client["clientId"])
|
||||||
|
|
||||||
|
|
||||||
def add_optional_client_scopes(desired_client, before_client, realm, kc):
|
def add_optional_client_scopes(desired_client, before_client, realm, kc):
|
||||||
@@ -1139,11 +1141,11 @@ def add_optional_client_scopes(desired_client, before_client, realm, kc):
|
|||||||
missing_scopes = [item for item in desired_optional_scope if item not in before_client["optionalClientScopes"]]
|
missing_scopes = [item for item in desired_optional_scope if item not in before_client["optionalClientScopes"]]
|
||||||
if not missing_scopes:
|
if not missing_scopes:
|
||||||
return
|
return
|
||||||
client_scopes = kc.get_clientscopes(realm)
|
client_scopes = kc.get_client_scopes(realm)
|
||||||
for name in missing_scopes:
|
for name in missing_scopes:
|
||||||
scope = find_match(client_scopes, "name", name)
|
scope = find_match(client_scopes, "name", name)
|
||||||
if scope:
|
if scope:
|
||||||
kc.add_optional_clientscope(scope["id"], realm, desired_client["clientId"])
|
kc.add_optional_client_scope(scope["id"], realm, desired_client["clientId"])
|
||||||
|
|
||||||
|
|
||||||
def remove_default_client_scopes(desired_client, before_client, realm, kc):
|
def remove_default_client_scopes(desired_client, before_client, realm, kc):
|
||||||
@@ -1178,11 +1180,11 @@ def remove_default_client_scopes(desired_client, before_client, realm, kc):
|
|||||||
missing_scopes = [item for item in before_default_scope if item not in desired_client["defaultClientScopes"]]
|
missing_scopes = [item for item in before_default_scope if item not in desired_client["defaultClientScopes"]]
|
||||||
if not missing_scopes:
|
if not missing_scopes:
|
||||||
return
|
return
|
||||||
client_scopes = kc.get_default_clientscopes(realm, desired_client["clientId"])
|
client_scopes = kc.get_default_client_scopes(realm, desired_client["clientId"])
|
||||||
for name in missing_scopes:
|
for name in missing_scopes:
|
||||||
scope = find_match(client_scopes, "name", name)
|
scope = find_match(client_scopes, "name", name)
|
||||||
if scope:
|
if scope:
|
||||||
kc.delete_default_clientscope(scope["id"], realm, desired_client["clientId"])
|
kc.delete_default_client_scope(scope["id"], realm, desired_client["clientId"])
|
||||||
|
|
||||||
|
|
||||||
def remove_optional_client_scopes(desired_client, before_client, realm, kc):
|
def remove_optional_client_scopes(desired_client, before_client, realm, kc):
|
||||||
@@ -1217,11 +1219,11 @@ def remove_optional_client_scopes(desired_client, before_client, realm, kc):
|
|||||||
missing_scopes = [item for item in before_optional_scope if item not in desired_client["optionalClientScopes"]]
|
missing_scopes = [item for item in before_optional_scope if item not in desired_client["optionalClientScopes"]]
|
||||||
if not missing_scopes:
|
if not missing_scopes:
|
||||||
return
|
return
|
||||||
client_scopes = kc.get_optional_clientscopes(realm, desired_client["clientId"])
|
client_scopes = kc.get_optional_client_scopes(realm, desired_client["clientId"])
|
||||||
for name in missing_scopes:
|
for name in missing_scopes:
|
||||||
scope = find_match(client_scopes, "name", name)
|
scope = find_match(client_scopes, "name", name)
|
||||||
if scope:
|
if scope:
|
||||||
kc.delete_optional_clientscope(scope["id"], realm, desired_client["clientId"])
|
kc.delete_optional_client_scope(scope["id"], realm, desired_client["clientId"])
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
@@ -1346,7 +1348,7 @@ def main():
|
|||||||
|
|
||||||
# See if it already exists in Keycloak
|
# See if it already exists in Keycloak
|
||||||
if cid is None:
|
if cid is None:
|
||||||
before_client = kc.get_client_by_clientid(module.params.get("client_id"), realm=realm)
|
before_client = kc.get_client_by_client_id(module.params.get("client_id"), realm=realm)
|
||||||
if before_client is not None:
|
if before_client is not None:
|
||||||
cid = before_client["id"]
|
cid = before_client["id"]
|
||||||
else:
|
else:
|
||||||
@@ -1440,7 +1442,7 @@ def main():
|
|||||||
|
|
||||||
# create it
|
# create it
|
||||||
kc.create_client(desired_client, realm=realm)
|
kc.create_client(desired_client, realm=realm)
|
||||||
after_client = kc.get_client_by_clientid(desired_client["clientId"], realm=realm)
|
after_client = kc.get_client_by_client_id(desired_client["clientId"], realm=realm)
|
||||||
|
|
||||||
result["end_state"] = sanitize_cr(after_client)
|
result["end_state"] = sanitize_cr(after_client)
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_client_rolemapping
|
module: keycloak_client_rolemapping
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_client_rolescope
|
module: keycloak_client_rolescope
|
||||||
@@ -19,7 +21,7 @@ description:
|
|||||||
to the REST API using OpenID Connect; the user connecting and the client being used must have the requisite access rights.
|
to the REST API using OpenID Connect; the user connecting and the client being used must have the requisite access rights.
|
||||||
In a default Keycloak installation, admin-cli and an admin user would work, as would a separate client definition with
|
In a default Keycloak installation, admin-cli and an admin user would work, as would a separate client definition with
|
||||||
the scope tailored to your needs and a user having the expected roles.
|
the scope tailored to your needs and a user having the expected roles.
|
||||||
- Client O(client_id) must have O(middleware_automation.keycloak.keycloak_client#module:full_scope_allowed) set to V(false).
|
- Client O(target_client_id) must have O(middleware_automation.keycloak.keycloak_client#module:full_scope_allowed) set to V(false).
|
||||||
- Attributes are multi-valued in the Keycloak API. All attributes are lists of individual values and are returned that way
|
- Attributes are multi-valued in the Keycloak API. All attributes are lists of individual values and are returned that way
|
||||||
by this module. You may pass single values for attributes when calling the module, and this is translated into a list
|
by this module. You may pass single values for attributes when calling the module, and this is translated into a list
|
||||||
suitable for the API.
|
suitable for the API.
|
||||||
@@ -50,12 +52,12 @@ options:
|
|||||||
- The Keycloak realm under which clients resides.
|
- The Keycloak realm under which clients resides.
|
||||||
default: 'master'
|
default: 'master'
|
||||||
|
|
||||||
client_id:
|
target_client_id:
|
||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
description:
|
description:
|
||||||
- Roles provided in O(role_names) while be added to this client scope.
|
- Roles provided in O(role_names) while be added to this client scope.
|
||||||
client_scope_id:
|
role_owner_client_id:
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- If the O(role_names) are client role, the client ID under which it resides.
|
- If the O(role_names) are client role, the client ID under which it resides.
|
||||||
@@ -66,8 +68,8 @@ options:
|
|||||||
elements: str
|
elements: str
|
||||||
description:
|
description:
|
||||||
- Names of roles to manipulate.
|
- Names of roles to manipulate.
|
||||||
- If O(client_scope_id) is present, all roles must be under this client.
|
- If O(role_owner_client_id) is present, all roles must be under this client.
|
||||||
- If O(client_scope_id) is absent, all roles must be under the realm.
|
- If O(role_owner_client_id) is absent, all roles must be under the realm.
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- middleware_automation.keycloak.keycloak
|
- middleware_automation.keycloak.keycloak
|
||||||
- middleware_automation.keycloak.actiongroup_keycloak
|
- middleware_automation.keycloak.actiongroup_keycloak
|
||||||
@@ -85,8 +87,8 @@ EXAMPLES = r"""
|
|||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
client_id: frontend-client-public
|
target_client_id: frontend-client-public
|
||||||
client_scope_id: backend-client-private
|
role_owner_client_id: backend-client-private
|
||||||
role_names:
|
role_names:
|
||||||
- backend-role-admin
|
- backend-role-admin
|
||||||
- backend-role-user
|
- backend-role-user
|
||||||
@@ -98,8 +100,8 @@ EXAMPLES = r"""
|
|||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
client_id: frontend-client-public
|
target_client_id: frontend-client-public
|
||||||
client_scope_id: backend-client-private
|
role_owner_client_id: backend-client-private
|
||||||
role_names:
|
role_names:
|
||||||
- backend-role-admin
|
- backend-role-admin
|
||||||
state: absent
|
state: absent
|
||||||
@@ -111,7 +113,7 @@ EXAMPLES = r"""
|
|||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
client_id: frontend-client-public
|
target_client_id: frontend-client-public
|
||||||
role_names:
|
role_names:
|
||||||
- realm-role-admin
|
- realm-role-admin
|
||||||
- realm-role-user
|
- realm-role-user
|
||||||
@@ -167,8 +169,8 @@ def main():
|
|||||||
argument_spec = keycloak_argument_spec()
|
argument_spec = keycloak_argument_spec()
|
||||||
|
|
||||||
meta_args = dict(
|
meta_args = dict(
|
||||||
client_id=dict(type="str", required=True),
|
target_client_id=dict(type="str", required=True),
|
||||||
client_scope_id=dict(type="str"),
|
role_owner_client_id=dict(type="str"),
|
||||||
realm=dict(type="str", default="master"),
|
realm=dict(type="str", default="master"),
|
||||||
role_names=dict(type="list", elements="str", required=True),
|
role_names=dict(type="list", elements="str", required=True),
|
||||||
state=dict(type="str", default="present", choices=["present", "absent"]),
|
state=dict(type="str", default="present", choices=["present", "absent"]),
|
||||||
@@ -189,8 +191,8 @@ def main():
|
|||||||
kc = KeycloakAPI(module, connection_header)
|
kc = KeycloakAPI(module, connection_header)
|
||||||
|
|
||||||
realm = module.params.get("realm")
|
realm = module.params.get("realm")
|
||||||
clientid = module.params.get("client_id")
|
target_client_id = module.params.get("target_client_id")
|
||||||
client_scope_id = module.params.get("client_scope_id")
|
role_owner_client_id = module.params.get("role_owner_client_id")
|
||||||
role_names = module.params.get("role_names")
|
role_names = module.params.get("role_names")
|
||||||
state = module.params.get("state")
|
state = module.params.get("state")
|
||||||
|
|
||||||
@@ -198,23 +200,23 @@ def main():
|
|||||||
if not objRealm:
|
if not objRealm:
|
||||||
module.fail_json(msg=f"Failed to retrive realm '{realm}'")
|
module.fail_json(msg=f"Failed to retrive realm '{realm}'")
|
||||||
|
|
||||||
objClient = kc.get_client_by_clientid(clientid, realm)
|
objClient = kc.get_client_by_client_id(target_client_id, realm)
|
||||||
if not objClient:
|
if not objClient:
|
||||||
module.fail_json(msg=f"Failed to retrive client '{realm}.{clientid}'")
|
module.fail_json(msg=f"Failed to retrive client '{realm}.{target_client_id}'")
|
||||||
if objClient["fullScopeAllowed"] and state == "present":
|
if objClient["fullScopeAllowed"] and state == "present":
|
||||||
module.fail_json(msg=f"FullScopeAllowed is active for Client '{realm}.{clientid}'")
|
module.fail_json(msg=f"FullScopeAllowed is active for Client '{realm}.{target_client_id}'")
|
||||||
|
|
||||||
if client_scope_id:
|
if role_owner_client_id:
|
||||||
objClientScope = kc.get_client_by_clientid(client_scope_id, realm)
|
role_owner_client = kc.get_client_by_client_id(role_owner_client_id, realm)
|
||||||
if not objClientScope:
|
if not role_owner_client:
|
||||||
module.fail_json(msg=f"Failed to retrive client '{realm}.{client_scope_id}'")
|
module.fail_json(msg=f"Failed to retrive client '{realm}.{role_owner_client_id}'")
|
||||||
before_role_mapping = kc.get_client_role_scope_from_client(objClient["id"], objClientScope["id"], realm)
|
before_role_mapping = kc.get_client_role_scope_from_client(objClient["id"], role_owner_client["id"], realm)
|
||||||
else:
|
else:
|
||||||
before_role_mapping = kc.get_client_role_scope_from_realm(objClient["id"], realm)
|
before_role_mapping = kc.get_client_role_scope_from_realm(objClient["id"], realm)
|
||||||
|
|
||||||
if client_scope_id:
|
if role_owner_client_id:
|
||||||
# retrive all role from client_scope
|
# retrive all role from client_scope
|
||||||
client_scope_roles_by_name = kc.get_client_roles_by_id(objClientScope["id"], realm)
|
client_scope_roles_by_name = kc.get_client_roles_by_id(role_owner_client["id"], realm)
|
||||||
else:
|
else:
|
||||||
# retrive all role from realm
|
# retrive all role from realm
|
||||||
client_scope_roles_by_name = kc.get_realm_roles(realm)
|
client_scope_roles_by_name = kc.get_realm_roles(realm)
|
||||||
@@ -228,8 +230,8 @@ def main():
|
|||||||
# update desired
|
# update desired
|
||||||
for role_name in role_names:
|
for role_name in role_names:
|
||||||
if role_name not in client_scope_roles_by_name:
|
if role_name not in client_scope_roles_by_name:
|
||||||
if client_scope_id:
|
if role_owner_client_id:
|
||||||
module.fail_json(msg=f"Failed to retrive role '{realm}.{client_scope_id}.{role_name}'")
|
module.fail_json(msg=f"Failed to retrive role '{realm}.{role_owner_client_id}.{role_name}'")
|
||||||
else:
|
else:
|
||||||
module.fail_json(msg=f"Failed to retrive role '{realm}.{role_name}'")
|
module.fail_json(msg=f"Failed to retrive role '{realm}.{role_name}'")
|
||||||
if role_name not in role_mapping_by_name:
|
if role_name not in role_mapping_by_name:
|
||||||
@@ -253,33 +255,33 @@ def main():
|
|||||||
if not result["changed"]:
|
if not result["changed"]:
|
||||||
# no changes
|
# no changes
|
||||||
result["end_state"] = before_role_mapping
|
result["end_state"] = before_role_mapping
|
||||||
result["msg"] = f"No changes required for client role scope {clientid}."
|
result["msg"] = f"No changes required for client role scope {target_client_id}."
|
||||||
elif state == "present":
|
elif state == "present":
|
||||||
# doing update
|
# doing update
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
result["end_state"] = desired_role_mapping
|
result["end_state"] = desired_role_mapping
|
||||||
elif client_scope_id:
|
elif role_owner_client_id:
|
||||||
result["end_state"] = kc.update_client_role_scope_from_client(
|
result["end_state"] = kc.update_client_role_scope_from_client(
|
||||||
role_mapping_to_manipulate, objClient["id"], objClientScope["id"], realm
|
role_mapping_to_manipulate, objClient["id"], role_owner_client["id"], realm
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
result["end_state"] = kc.update_client_role_scope_from_realm(
|
result["end_state"] = kc.update_client_role_scope_from_realm(
|
||||||
role_mapping_to_manipulate, objClient["id"], realm
|
role_mapping_to_manipulate, objClient["id"], realm
|
||||||
)
|
)
|
||||||
result["msg"] = f"Client role scope for {clientid} has been updated"
|
result["msg"] = f"Client role scope for {target_client_id} has been updated"
|
||||||
else:
|
else:
|
||||||
# doing delete
|
# doing delete
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
result["end_state"] = desired_role_mapping
|
result["end_state"] = desired_role_mapping
|
||||||
elif client_scope_id:
|
elif role_owner_client_id:
|
||||||
result["end_state"] = kc.delete_client_role_scope_from_client(
|
result["end_state"] = kc.delete_client_role_scope_from_client(
|
||||||
role_mapping_to_manipulate, objClient["id"], objClientScope["id"], realm
|
role_mapping_to_manipulate, objClient["id"], role_owner_client["id"], realm
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
result["end_state"] = kc.delete_client_role_scope_from_realm(
|
result["end_state"] = kc.delete_client_role_scope_from_realm(
|
||||||
role_mapping_to_manipulate, objClient["id"], realm
|
role_mapping_to_manipulate, objClient["id"], realm
|
||||||
)
|
)
|
||||||
result["msg"] = f"Client role scope for {clientid} has been deleted"
|
result["msg"] = f"Client role scope for {target_client_id} has been deleted"
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,8 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from __future__ import absolute_import, division, print_function
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
from __future__ import annotations
|
||||||
__metaclass__ = type
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
@@ -230,7 +231,7 @@ def main():
|
|||||||
attributes = module.params.get('attributes')
|
attributes = module.params.get('attributes')
|
||||||
protocol_mappers = module.params.get('protocol_mappers')
|
protocol_mappers = module.params.get('protocol_mappers')
|
||||||
|
|
||||||
before_scope = kc.get_clientscope_by_name(name, realm=realm)
|
before_scope = kc.get_client_scope_by_name(name, realm=realm)
|
||||||
|
|
||||||
if state == 'absent':
|
if state == 'absent':
|
||||||
if before_scope:
|
if before_scope:
|
||||||
@@ -239,7 +240,7 @@ def main():
|
|||||||
result['diff'] = dict(before=before_scope, after='')
|
result['diff'] = dict(before=before_scope, after='')
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
kc.delete_clientscope(cid=before_scope['id'], realm=realm)
|
kc.delete_client_scope(cid=before_scope['id'], realm=realm)
|
||||||
result['msg'] = "Client scope {name} has been deleted".format(name=name)
|
result['msg'] = "Client scope {name} has been deleted".format(name=name)
|
||||||
else:
|
else:
|
||||||
result['msg'] = "Client scope {name} does not exist, doing nothing".format(name=name)
|
result['msg'] = "Client scope {name} does not exist, doing nothing".format(name=name)
|
||||||
@@ -261,8 +262,8 @@ def main():
|
|||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
|
|
||||||
kc.create_clientscope(scope_rep, realm=realm)
|
kc.create_client_scope(scope_rep, realm=realm)
|
||||||
after_scope = kc.get_clientscope_by_name(name, realm=realm)
|
after_scope = kc.get_client_scope_by_name(name, realm=realm)
|
||||||
|
|
||||||
if protocol_mappers:
|
if protocol_mappers:
|
||||||
for mapper in protocol_mappers:
|
for mapper in protocol_mappers:
|
||||||
@@ -272,8 +273,8 @@ def main():
|
|||||||
'protocolMapper': mapper['protocolMapper'],
|
'protocolMapper': mapper['protocolMapper'],
|
||||||
'config': mapper['config'],
|
'config': mapper['config'],
|
||||||
}
|
}
|
||||||
kc.create_clientscope_protocolmapper(after_scope['id'], mapper_rep, realm=realm)
|
kc.create_client_scope_protocolmapper(after_scope['id'], mapper_rep, realm=realm)
|
||||||
after_scope = kc.get_clientscope_by_name(name, realm=realm)
|
after_scope = kc.get_client_scope_by_name(name, realm=realm)
|
||||||
|
|
||||||
result['end_state'] = after_scope
|
result['end_state'] = after_scope
|
||||||
result['msg'] = "Client scope {name} has been created".format(name=name)
|
result['msg'] = "Client scope {name} has been created".format(name=name)
|
||||||
@@ -296,10 +297,10 @@ def main():
|
|||||||
result['diff'] = dict(before=before_scope, after=scope_rep)
|
result['diff'] = dict(before=before_scope, after=scope_rep)
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
kc.update_clientscope(scope_rep, realm=realm)
|
kc.update_client_scope(scope_rep, realm=realm)
|
||||||
|
|
||||||
if protocol_mappers:
|
if protocol_mappers:
|
||||||
existing_mappers = kc.get_clientscope_protocolmappers(before_scope['id'], realm=realm)
|
existing_mappers = kc.get_client_scope_protocolmappers(before_scope['id'], realm=realm)
|
||||||
existing_mapper_names = {m['name'] for m in existing_mappers}
|
existing_mapper_names = {m['name'] for m in existing_mappers}
|
||||||
|
|
||||||
for mapper in protocol_mappers:
|
for mapper in protocol_mappers:
|
||||||
@@ -312,9 +313,9 @@ def main():
|
|||||||
'protocolMapper': mapper['protocolMapper'],
|
'protocolMapper': mapper['protocolMapper'],
|
||||||
'config': mapper['config'],
|
'config': mapper['config'],
|
||||||
}
|
}
|
||||||
kc.create_clientscope_protocolmapper(before_scope['id'], mapper_rep, realm=realm)
|
kc.create_client_scope_protocolmapper(before_scope['id'], mapper_rep, realm=realm)
|
||||||
|
|
||||||
after_scope = kc.get_clientscope_by_name(name, realm=realm)
|
after_scope = kc.get_client_scope_by_name(name, realm=realm)
|
||||||
result['end_state'] = after_scope
|
result['end_state'] = after_scope
|
||||||
|
|
||||||
if result['changed']:
|
if result['changed']:
|
||||||
|
|||||||
@@ -3,19 +3,21 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_clientscope_rolemappings
|
module: keycloak_client_scope_rolemappings
|
||||||
|
|
||||||
short_description: Allows administration of Keycloak clientscope scope mappings to restrict the usage of certain roles to
|
short_description: Allows administration of Keycloak client scope scope mappings to restrict the usage of certain roles to
|
||||||
specific clientscopes
|
specific client scopes
|
||||||
|
|
||||||
# Originally added in community.general 13.1.0
|
# Originally added in community.general 13.1.0
|
||||||
version_added: "3.0.0"
|
version_added: "3.0.0"
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- This module allows you to add or remove Keycloak roles from clientscopes using the Keycloak REST API. It requires access
|
- This module allows you to add or remove Keycloak roles from client scopes using the Keycloak REST API. It requires access
|
||||||
to the REST API using OpenID Connect; the user connecting and the client being used must have the requisite access rights.
|
to the REST API using OpenID Connect; the user connecting and the client being used must have the requisite access rights.
|
||||||
In a default Keycloak installation, C(admin-cli) and an admin user would work, as would a separate client definition with
|
In a default Keycloak installation, C(admin-cli) and an admin user would work, as would a separate client definition with
|
||||||
the scope tailored to your needs and a user having the expected roles.
|
the scope tailored to your needs and a user having the expected roles.
|
||||||
@@ -49,11 +51,11 @@ options:
|
|||||||
- The Keycloak realm under which clients resides.
|
- The Keycloak realm under which clients resides.
|
||||||
default: 'master'
|
default: 'master'
|
||||||
|
|
||||||
clientscope_id:
|
client_scope_id:
|
||||||
required: true
|
required: true
|
||||||
type: str
|
type: str
|
||||||
description:
|
description:
|
||||||
- Roles provided in O(role_names) will be added to this clientscope.
|
- Roles provided in O(role_names) will be added to this client scope.
|
||||||
|
|
||||||
client_id:
|
client_id:
|
||||||
type: str
|
type: str
|
||||||
@@ -81,40 +83,40 @@ author:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = r"""
|
EXAMPLES = r"""
|
||||||
- name: Add roles to clientscope
|
- name: Add roles to client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
auth_keycloak_url: https://auth.example.com
|
auth_keycloak_url: https://auth.example.com
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
client_id: frontend-client-public
|
client_id: frontend-client-public
|
||||||
clientscope_id: frontend-clientscope
|
client_scope_id: frontend-client-scope
|
||||||
role_names:
|
role_names:
|
||||||
- backend-role-admin
|
- backend-role-admin
|
||||||
- backend-role-user
|
- backend-role-user
|
||||||
|
|
||||||
- name: Remove roles from clientscope
|
- name: Remove roles from client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
auth_keycloak_url: https://auth.example.com
|
auth_keycloak_url: https://auth.example.com
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
client_id: frontend-client-public
|
client_id: frontend-client-public
|
||||||
clientscope_id: frontend-clientscope
|
client_scope_id: frontend-client-scope
|
||||||
role_names:
|
role_names:
|
||||||
- backend-role-admin
|
- backend-role-admin
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Add realm roles to clientscope
|
- name: Add realm roles to client scope
|
||||||
middleware_automation.keycloak.keycloak_clientscope_rolemappings:
|
middleware_automation.keycloak.keycloak_client_scope_rolemappings:
|
||||||
auth_keycloak_url: https://auth.example.com
|
auth_keycloak_url: https://auth.example.com
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: MyCustomRealm
|
realm: MyCustomRealm
|
||||||
clientscope_id: frontend-clientscope
|
client_scope_id: frontend-client-scope
|
||||||
role_names:
|
role_names:
|
||||||
- realm-role-admin
|
- realm-role-admin
|
||||||
- realm-role-user
|
- realm-role-user
|
||||||
@@ -122,7 +124,7 @@ EXAMPLES = r"""
|
|||||||
|
|
||||||
RETURN = r"""
|
RETURN = r"""
|
||||||
end_state:
|
end_state:
|
||||||
description: Representation of clientscope scope mappings after module execution.
|
description: Representation of client scope scope mappings after module execution.
|
||||||
returned: on success
|
returned: on success
|
||||||
type: list
|
type: list
|
||||||
elements: dict
|
elements: dict
|
||||||
@@ -164,7 +166,7 @@ def main():
|
|||||||
|
|
||||||
meta_args = dict(
|
meta_args = dict(
|
||||||
client_id=dict(type="str"),
|
client_id=dict(type="str"),
|
||||||
clientscope_id=dict(type="str", required=True),
|
client_scope_id=dict(type="str", required=True),
|
||||||
realm=dict(type="str", default="master"),
|
realm=dict(type="str", default="master"),
|
||||||
role_names=dict(type="list", elements="str", required=True),
|
role_names=dict(type="list", elements="str", required=True),
|
||||||
state=dict(type="str", default="present", choices=["present", "absent"]),
|
state=dict(type="str", default="present", choices=["present", "absent"]),
|
||||||
@@ -186,7 +188,7 @@ def main():
|
|||||||
|
|
||||||
realm = module.params["realm"]
|
realm = module.params["realm"]
|
||||||
client_id = module.params["client_id"]
|
client_id = module.params["client_id"]
|
||||||
clientscope_id = module.params["clientscope_id"]
|
client_scope_id = module.params["client_scope_id"]
|
||||||
role_names = module.params["role_names"]
|
role_names = module.params["role_names"]
|
||||||
state = module.params["state"]
|
state = module.params["state"]
|
||||||
|
|
||||||
@@ -194,23 +196,23 @@ def main():
|
|||||||
if not realm_object:
|
if not realm_object:
|
||||||
module.fail_json(msg=f"Failed to retrieve realm '{realm}'")
|
module.fail_json(msg=f"Failed to retrieve realm '{realm}'")
|
||||||
|
|
||||||
clientscope_object = kc.get_clientscope_by_name(clientscope_id, realm)
|
client_scope_object = kc.get_client_scope_by_name(client_scope_id, realm)
|
||||||
if not clientscope_object:
|
if not client_scope_object:
|
||||||
module.fail_json(msg=f"Failed to retrieve client-scope '{clientscope_id}'")
|
module.fail_json(msg=f"Failed to retrieve client scope '{client_scope_id}'")
|
||||||
|
|
||||||
if client_id:
|
if client_id:
|
||||||
# add client role
|
# add client role
|
||||||
client_object = kc.get_client_by_clientid(client_id, realm)
|
client_object = kc.get_client_by_client_id(client_id, realm)
|
||||||
if not client_object:
|
if not client_object:
|
||||||
module.fail_json(msg=f"Failed to retrieve client '{realm}.{client_id}'")
|
module.fail_json(msg=f"Failed to retrieve client '{realm}.{client_id}'")
|
||||||
if client_object["fullScopeAllowed"] and state == "present":
|
if client_object["fullScopeAllowed"] and state == "present":
|
||||||
module.fail_json(msg=f"FullScopeAllowed is active for Client '{realm}.{client_id}'")
|
module.fail_json(msg=f"FullScopeAllowed is active for Client '{realm}.{client_id}'")
|
||||||
|
|
||||||
before_roles = kc.get_clientscope_scope_mappings_client(clientscope_object["id"], client_object["id"], realm)
|
before_roles = kc.get_client_scope_scope_mappings_client(client_scope_object["id"], client_object["id"], realm)
|
||||||
available_roles_by_name = kc.get_client_roles_by_id(client_object["id"], realm)
|
available_roles_by_name = kc.get_client_roles_by_id(client_object["id"], realm)
|
||||||
else:
|
else:
|
||||||
# add realm role
|
# add realm role
|
||||||
before_roles = kc.get_clientscope_scope_mappings_realm(clientscope_object["id"], realm)
|
before_roles = kc.get_client_scope_scope_mappings_realm(client_scope_object["id"], realm)
|
||||||
available_roles_by_name = kc.get_realm_roles(realm)
|
available_roles_by_name = kc.get_realm_roles(realm)
|
||||||
|
|
||||||
# convert to indexed Dict by name
|
# convert to indexed Dict by name
|
||||||
@@ -248,33 +250,33 @@ def main():
|
|||||||
if not result["changed"]:
|
if not result["changed"]:
|
||||||
# no changes
|
# no changes
|
||||||
result["end_state"] = before_roles
|
result["end_state"] = before_roles
|
||||||
result["msg"] = f"No changes required for clientscope {clientscope_id}."
|
result["msg"] = f"No changes required for client scope {client_scope_id}."
|
||||||
elif state == "present":
|
elif state == "present":
|
||||||
# doing update
|
# doing update
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
result["end_state"] = desired_role_mapping
|
result["end_state"] = desired_role_mapping
|
||||||
elif client_id:
|
elif client_id:
|
||||||
result["end_state"] = kc.update_clientscope_scope_mappings_client(
|
result["end_state"] = kc.update_client_scope_scope_mappings_client(
|
||||||
changed_roles, clientscope_object["id"], client_object["id"], realm
|
changed_roles, client_scope_object["id"], client_object["id"], realm
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
result["end_state"] = kc.update_clientscope_scope_mappings_realm(
|
result["end_state"] = kc.update_client_scope_scope_mappings_realm(
|
||||||
changed_roles, clientscope_object["id"], realm
|
changed_roles, client_scope_object["id"], realm
|
||||||
)
|
)
|
||||||
result["msg"] = f"Clientscope scope mappings for {clientscope_id} have been updated"
|
result["msg"] = f"Clientscope scope mappings for {client_scope_id} have been updated"
|
||||||
else:
|
else:
|
||||||
# doing delete
|
# doing delete
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
result["end_state"] = desired_role_mapping
|
result["end_state"] = desired_role_mapping
|
||||||
elif client_id:
|
elif client_id:
|
||||||
result["end_state"] = kc.delete_clientscope_scope_mappings_client(
|
result["end_state"] = kc.delete_client_scope_scope_mappings_client(
|
||||||
changed_roles, clientscope_object["id"], client_object["id"], realm
|
changed_roles, client_scope_object["id"], client_object["id"], realm
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
result["end_state"] = kc.delete_clientscope_scope_mappings_realm(
|
result["end_state"] = kc.delete_client_scope_scope_mappings_realm(
|
||||||
changed_roles, clientscope_object["id"], realm
|
changed_roles, client_scope_object["id"], realm
|
||||||
)
|
)
|
||||||
result["msg"] = f"Clientscope scope mappings for {clientscope_id} have been deleted"
|
result["msg"] = f"Clientscope scope mappings for {client_scope_id} have been deleted"
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
|
|
||||||
|
|
||||||
@@ -3,18 +3,20 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_clientscope_type
|
module: keycloak_client_scope_type
|
||||||
|
|
||||||
short_description: Set the type of aclientscope in realm or client using Keycloak API
|
short_description: Set the type of a client scope in a realm or client using the Keycloak API
|
||||||
|
|
||||||
# Originally added in community.general 6.6.0
|
# Originally added in community.general 6.6.0
|
||||||
version_added: "3.0.0"
|
version_added: "3.0.0"
|
||||||
|
|
||||||
description:
|
description:
|
||||||
- This module allows you to set the type (optional, default) of clientscopes using the Keycloak REST API. It requires access
|
- This module allows you to set the type (optional, default) of client scopes using the Keycloak REST API. It requires access
|
||||||
to the REST API using OpenID Connect; the user connecting and the client being used must have the requisite access rights.
|
to the REST API using OpenID Connect; the user connecting and the client being used must have the requisite access rights.
|
||||||
In a default Keycloak installation, admin-cli and an admin user would work, as would a separate client definition with
|
In a default Keycloak installation, admin-cli and an admin user would work, as would a separate client definition with
|
||||||
the scope tailored to your needs and a user having the expected roles.
|
the scope tailored to your needs and a user having the expected roles.
|
||||||
@@ -36,18 +38,18 @@ options:
|
|||||||
|
|
||||||
client_id:
|
client_id:
|
||||||
description:
|
description:
|
||||||
- The O(client_id) of the client. If not set the clientscope types are set as a default for the realm.
|
- The O(client_id) of the client. If not set the client scope types are set as a default for the realm.
|
||||||
aliases:
|
aliases:
|
||||||
- clientId
|
- clientId
|
||||||
type: str
|
type: str
|
||||||
|
|
||||||
default_clientscopes:
|
default_client_scopes:
|
||||||
description:
|
description:
|
||||||
- Client scopes that should be of type default.
|
- Client scopes that should be of type default.
|
||||||
type: list
|
type: list
|
||||||
elements: str
|
elements: str
|
||||||
|
|
||||||
optional_clientscopes:
|
optional_client_scopes:
|
||||||
description:
|
description:
|
||||||
- Client scopes that should be of type optional.
|
- Client scopes that should be of type optional.
|
||||||
type: list
|
type: list
|
||||||
@@ -64,26 +66,26 @@ author:
|
|||||||
|
|
||||||
EXAMPLES = r"""
|
EXAMPLES = r"""
|
||||||
- name: Set default client scopes on realm level
|
- name: Set default client scopes on realm level
|
||||||
middleware_automation.keycloak.keycloak_clientscope_type:
|
middleware_automation.keycloak.keycloak_client_scope_type:
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com
|
auth_keycloak_url: https://auth.example.com
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
auth_username: USERNAME
|
auth_username: USERNAME
|
||||||
auth_password: PASSWORD
|
auth_password: PASSWORD
|
||||||
realm: "MyCustomRealm"
|
realm: "MyCustomRealm"
|
||||||
default_clientscopes: ['profile', 'roles']
|
default_client_scopes: ['profile', 'roles']
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
|
||||||
- name: Set default and optional client scopes on client level with token auth
|
- name: Set default and optional client scopes on client level with token auth
|
||||||
middleware_automation.keycloak.keycloak_clientscope_type:
|
middleware_automation.keycloak.keycloak_client_scope_type:
|
||||||
auth_client_id: admin-cli
|
auth_client_id: admin-cli
|
||||||
auth_keycloak_url: https://auth.example.com
|
auth_keycloak_url: https://auth.example.com
|
||||||
token: TOKEN
|
token: TOKEN
|
||||||
realm: "MyCustomRealm"
|
realm: "MyCustomRealm"
|
||||||
client_id: "MyCustomClient"
|
client_id: "MyCustomClient"
|
||||||
default_clientscopes: ['profile', 'roles']
|
default_client_scopes: ['profile', 'roles']
|
||||||
optional_clientscopes: ['phone']
|
optional_client_scopes: ['phone']
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -94,16 +96,16 @@ msg:
|
|||||||
type: str
|
type: str
|
||||||
sample: ""
|
sample: ""
|
||||||
proposed:
|
proposed:
|
||||||
description: Representation of proposed client-scope types mapping.
|
description: Representation of proposed client scope types mapping.
|
||||||
returned: always
|
returned: always
|
||||||
type: dict
|
type: dict
|
||||||
sample:
|
sample:
|
||||||
{
|
{
|
||||||
"default_clientscopes": [
|
"default_client_scopes": [
|
||||||
"profile",
|
"profile",
|
||||||
"role"
|
"role"
|
||||||
],
|
],
|
||||||
"optional_clientscopes": []
|
"optional_client_scopes": []
|
||||||
}
|
}
|
||||||
existing:
|
existing:
|
||||||
description:
|
description:
|
||||||
@@ -112,11 +114,11 @@ existing:
|
|||||||
type: dict
|
type: dict
|
||||||
sample:
|
sample:
|
||||||
{
|
{
|
||||||
"default_clientscopes": [
|
"default_client_scopes": [
|
||||||
"profile",
|
"profile",
|
||||||
"role"
|
"role"
|
||||||
],
|
],
|
||||||
"optional_clientscopes": [
|
"optional_client_scopes": [
|
||||||
"phone"
|
"phone"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -128,11 +130,11 @@ end_state:
|
|||||||
type: dict
|
type: dict
|
||||||
sample:
|
sample:
|
||||||
{
|
{
|
||||||
"default_clientscopes": [
|
"default_client_scopes": [
|
||||||
"profile",
|
"profile",
|
||||||
"role"
|
"role"
|
||||||
],
|
],
|
||||||
"optional_clientscopes": []
|
"optional_client_scopes": []
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -146,7 +148,7 @@ from ansible_collections.middleware_automation.keycloak.plugins.module_utils.ide
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def keycloak_clientscope_type_module():
|
def keycloak_client_scope_type_module():
|
||||||
"""
|
"""
|
||||||
Returns an AnsibleModule definition.
|
Returns an AnsibleModule definition.
|
||||||
|
|
||||||
@@ -157,8 +159,8 @@ def keycloak_clientscope_type_module():
|
|||||||
meta_args = dict(
|
meta_args = dict(
|
||||||
realm=dict(default="master"),
|
realm=dict(default="master"),
|
||||||
client_id=dict(type="str", aliases=["clientId"]),
|
client_id=dict(type="str", aliases=["clientId"]),
|
||||||
default_clientscopes=dict(type="list", elements="str"),
|
default_client_scopes=dict(type="list", elements="str"),
|
||||||
optional_clientscopes=dict(type="list", elements="str"),
|
optional_client_scopes=dict(type="list", elements="str"),
|
||||||
)
|
)
|
||||||
|
|
||||||
argument_spec.update(meta_args)
|
argument_spec.update(meta_args)
|
||||||
@@ -169,7 +171,7 @@ def keycloak_clientscope_type_module():
|
|||||||
required_one_of=(
|
required_one_of=(
|
||||||
[
|
[
|
||||||
["token", "auth_realm", "auth_username", "auth_password", "auth_client_id", "auth_client_secret"],
|
["token", "auth_realm", "auth_username", "auth_password", "auth_client_id", "auth_client_secret"],
|
||||||
["default_clientscopes", "optional_clientscopes"],
|
["default_client_scopes", "optional_client_scopes"],
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
required_together=([["auth_username", "auth_password"]]),
|
required_together=([["auth_username", "auth_password"]]),
|
||||||
@@ -180,21 +182,21 @@ def keycloak_clientscope_type_module():
|
|||||||
return module
|
return module
|
||||||
|
|
||||||
|
|
||||||
def clientscopes_to_add(existing, proposed):
|
def client_scopes_to_add(existing, proposed):
|
||||||
to_add = []
|
to_add = []
|
||||||
existing_clientscope_ids = extract_field(existing, "id")
|
existing_client_scope_ids = extract_field(existing, "id")
|
||||||
for clientscope in proposed:
|
for client_scope in proposed:
|
||||||
if clientscope["id"] not in existing_clientscope_ids:
|
if client_scope["id"] not in existing_client_scope_ids:
|
||||||
to_add.append(clientscope)
|
to_add.append(client_scope)
|
||||||
return to_add
|
return to_add
|
||||||
|
|
||||||
|
|
||||||
def clientscopes_to_delete(existing, proposed):
|
def client_scopes_to_delete(existing, proposed):
|
||||||
to_delete = []
|
to_delete = []
|
||||||
proposed_clientscope_ids = extract_field(proposed, "id")
|
proposed_client_scope_ids = extract_field(proposed, "id")
|
||||||
for clientscope in existing:
|
for client_scope in existing:
|
||||||
if clientscope["id"] not in proposed_clientscope_ids:
|
if client_scope["id"] not in proposed_client_scope_ids:
|
||||||
to_delete.append(clientscope)
|
to_delete.append(client_scope)
|
||||||
return to_delete
|
return to_delete
|
||||||
|
|
||||||
|
|
||||||
@@ -204,21 +206,21 @@ def extract_field(dictionary, field="name"):
|
|||||||
|
|
||||||
def normalize_scopes(scopes):
|
def normalize_scopes(scopes):
|
||||||
scopes_copy = scopes.copy()
|
scopes_copy = scopes.copy()
|
||||||
if isinstance(scopes_copy.get("default_clientscopes"), list):
|
if isinstance(scopes_copy.get("default_client_scopes"), list):
|
||||||
scopes_copy["default_clientscopes"] = sorted(scopes_copy["default_clientscopes"])
|
scopes_copy["default_client_scopes"] = sorted(scopes_copy["default_client_scopes"])
|
||||||
if isinstance(scopes_copy.get("optional_clientscopes"), list):
|
if isinstance(scopes_copy.get("optional_client_scopes"), list):
|
||||||
scopes_copy["optional_clientscopes"] = sorted(scopes_copy["optional_clientscopes"])
|
scopes_copy["optional_client_scopes"] = sorted(scopes_copy["optional_client_scopes"])
|
||||||
return scopes_copy
|
return scopes_copy
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
"""
|
"""
|
||||||
Module keycloak_clientscope_type
|
Module keycloak_client_scope_type
|
||||||
|
|
||||||
:return:
|
:return:
|
||||||
"""
|
"""
|
||||||
|
|
||||||
module = keycloak_clientscope_type_module()
|
module = keycloak_client_scope_type_module()
|
||||||
|
|
||||||
# Obtain access token, initialize API
|
# Obtain access token, initialize API
|
||||||
try:
|
try:
|
||||||
@@ -230,81 +232,81 @@ def main():
|
|||||||
|
|
||||||
realm = module.params.get("realm")
|
realm = module.params.get("realm")
|
||||||
client_id = module.params.get("client_id")
|
client_id = module.params.get("client_id")
|
||||||
default_clientscopes = module.params.get("default_clientscopes")
|
default_client_scopes = module.params.get("default_client_scopes")
|
||||||
optional_clientscopes = module.params.get("optional_clientscopes")
|
optional_client_scopes = module.params.get("optional_client_scopes")
|
||||||
|
|
||||||
result = dict(changed=False, msg="", proposed={}, existing={}, end_state={})
|
result = dict(changed=False, msg="", proposed={}, existing={}, end_state={})
|
||||||
|
|
||||||
all_clientscopes = kc.get_clientscopes(realm)
|
all_client_scopes = kc.get_client_scopes(realm)
|
||||||
default_clientscopes_real = []
|
default_client_scopes_real = []
|
||||||
optional_clientscopes_real = []
|
optional_client_scopes_real = []
|
||||||
|
|
||||||
for client_scope in all_clientscopes:
|
for client_scope in all_client_scopes:
|
||||||
if default_clientscopes is not None and client_scope["name"] in default_clientscopes:
|
if default_client_scopes is not None and client_scope["name"] in default_client_scopes:
|
||||||
default_clientscopes_real.append(client_scope)
|
default_client_scopes_real.append(client_scope)
|
||||||
if optional_clientscopes is not None and client_scope["name"] in optional_clientscopes:
|
if optional_client_scopes is not None and client_scope["name"] in optional_client_scopes:
|
||||||
optional_clientscopes_real.append(client_scope)
|
optional_client_scopes_real.append(client_scope)
|
||||||
|
|
||||||
if default_clientscopes is not None and len(default_clientscopes_real) != len(default_clientscopes):
|
if default_client_scopes is not None and len(default_client_scopes_real) != len(default_client_scopes):
|
||||||
module.fail_json(msg="At least one of the default_clientscopes does not exist!")
|
module.fail_json(msg="At least one of the default_client_scopes does not exist!")
|
||||||
|
|
||||||
if optional_clientscopes is not None and len(optional_clientscopes_real) != len(optional_clientscopes):
|
if optional_client_scopes is not None and len(optional_client_scopes_real) != len(optional_client_scopes):
|
||||||
module.fail_json(msg="At least one of the optional_clientscopes does not exist!")
|
module.fail_json(msg="At least one of the optional_client_scopes does not exist!")
|
||||||
|
|
||||||
result["proposed"].update(
|
result["proposed"].update(
|
||||||
{
|
{
|
||||||
"default_clientscopes": "no-change" if default_clientscopes is None else default_clientscopes,
|
"default_client_scopes": "no-change" if default_client_scopes is None else default_client_scopes,
|
||||||
"optional_clientscopes": "no-change" if optional_clientscopes is None else optional_clientscopes,
|
"optional_client_scopes": "no-change" if optional_client_scopes is None else optional_client_scopes,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
default_clientscopes_existing = kc.get_default_clientscopes(realm, client_id)
|
default_client_scopes_existing = kc.get_default_client_scopes(realm, client_id)
|
||||||
optional_clientscopes_existing = kc.get_optional_clientscopes(realm, client_id)
|
optional_client_scopes_existing = kc.get_optional_client_scopes(realm, client_id)
|
||||||
|
|
||||||
result["existing"].update(
|
result["existing"].update(
|
||||||
{
|
{
|
||||||
"default_clientscopes": extract_field(default_clientscopes_existing),
|
"default_client_scopes": extract_field(default_client_scopes_existing),
|
||||||
"optional_clientscopes": extract_field(optional_clientscopes_existing),
|
"optional_client_scopes": extract_field(optional_client_scopes_existing),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
if module._diff:
|
if module._diff:
|
||||||
result["diff"] = dict(before=normalize_scopes(result["existing"]), after=normalize_scopes(result["proposed"]))
|
result["diff"] = dict(before=normalize_scopes(result["existing"]), after=normalize_scopes(result["proposed"]))
|
||||||
|
|
||||||
default_clientscopes_add = clientscopes_to_add(default_clientscopes_existing, default_clientscopes_real)
|
default_client_scopes_add = client_scopes_to_add(default_client_scopes_existing, default_client_scopes_real)
|
||||||
optional_clientscopes_add = clientscopes_to_add(optional_clientscopes_existing, optional_clientscopes_real)
|
optional_client_scopes_add = client_scopes_to_add(optional_client_scopes_existing, optional_client_scopes_real)
|
||||||
|
|
||||||
default_clientscopes_delete = clientscopes_to_delete(default_clientscopes_existing, default_clientscopes_real)
|
default_client_scopes_delete = client_scopes_to_delete(default_client_scopes_existing, default_client_scopes_real)
|
||||||
optional_clientscopes_delete = clientscopes_to_delete(optional_clientscopes_existing, optional_clientscopes_real)
|
optional_client_scopes_delete = client_scopes_to_delete(optional_client_scopes_existing, optional_client_scopes_real)
|
||||||
|
|
||||||
result["changed"] = any(
|
result["changed"] = any(
|
||||||
len(x) > 0
|
len(x) > 0
|
||||||
for x in [
|
for x in [
|
||||||
default_clientscopes_add,
|
default_client_scopes_add,
|
||||||
optional_clientscopes_add,
|
optional_client_scopes_add,
|
||||||
default_clientscopes_delete,
|
default_client_scopes_delete,
|
||||||
optional_clientscopes_delete,
|
optional_client_scopes_delete,
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
if module.check_mode:
|
if module.check_mode:
|
||||||
module.exit_json(**result)
|
module.exit_json(**result)
|
||||||
|
|
||||||
# first delete so clientscopes can change type
|
# first delete so client_scopes can change type
|
||||||
for clientscope in default_clientscopes_delete:
|
for client_scope in default_client_scopes_delete:
|
||||||
kc.delete_default_clientscope(clientscope["id"], realm, client_id)
|
kc.delete_default_client_scope(client_scope["id"], realm, client_id)
|
||||||
for clientscope in optional_clientscopes_delete:
|
for client_scope in optional_client_scopes_delete:
|
||||||
kc.delete_optional_clientscope(clientscope["id"], realm, client_id)
|
kc.delete_optional_client_scope(client_scope["id"], realm, client_id)
|
||||||
|
|
||||||
for clientscope in default_clientscopes_add:
|
for client_scope in default_client_scopes_add:
|
||||||
kc.add_default_clientscope(clientscope["id"], realm, client_id)
|
kc.add_default_client_scope(client_scope["id"], realm, client_id)
|
||||||
for clientscope in optional_clientscopes_add:
|
for client_scope in optional_client_scopes_add:
|
||||||
kc.add_optional_clientscope(clientscope["id"], realm, client_id)
|
kc.add_optional_client_scope(client_scope["id"], realm, client_id)
|
||||||
|
|
||||||
result["end_state"].update(
|
result["end_state"].update(
|
||||||
{
|
{
|
||||||
"default_clientscopes": extract_field(kc.get_default_clientscopes(realm, client_id)),
|
"default_client_scopes": extract_field(kc.get_default_client_scopes(realm, client_id)),
|
||||||
"optional_clientscopes": extract_field(kc.get_optional_clientscopes(realm, client_id)),
|
"optional_client_scopes": extract_field(kc.get_optional_client_scopes(realm, client_id)),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_clientsecret_info
|
module: keycloak_clientsecret_info
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_clientsecret_regenerate
|
module: keycloak_clientsecret_regenerate
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_clienttemplate
|
module: keycloak_clienttemplate
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_component
|
module: keycloak_component
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_component_info
|
module: keycloak_component_info
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_group
|
module: keycloak_group
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_identity_provider
|
module: keycloak_identity_provider
|
||||||
@@ -115,6 +117,15 @@ options:
|
|||||||
- authenticateByDefault
|
- authenticateByDefault
|
||||||
type: bool
|
type: bool
|
||||||
|
|
||||||
|
hide_on_login:
|
||||||
|
description:
|
||||||
|
- If hidden, login with this provider is possible only if requested explicitly, for example using the C(kc_idp_hint)
|
||||||
|
parameter.
|
||||||
|
aliases:
|
||||||
|
- hideOnLogin
|
||||||
|
- hide_on_login_page
|
||||||
|
type: bool
|
||||||
|
|
||||||
provider_id:
|
provider_id:
|
||||||
description:
|
description:
|
||||||
- Protocol used by this provider (supported values are V(oidc) or V(saml)).
|
- Protocol used by this provider (supported values are V(oidc) or V(saml)).
|
||||||
@@ -129,14 +140,6 @@ options:
|
|||||||
identity provider configuration through check-mode in the RV(existing) field.
|
identity provider configuration through check-mode in the RV(existing) field.
|
||||||
type: dict
|
type: dict
|
||||||
suboptions:
|
suboptions:
|
||||||
hide_on_login_page:
|
|
||||||
description:
|
|
||||||
- If hidden, login with this provider is possible only if requested explicitly, for example using the C(kc_idp_hint)
|
|
||||||
parameter.
|
|
||||||
aliases:
|
|
||||||
- hideOnLoginPage
|
|
||||||
type: bool
|
|
||||||
|
|
||||||
gui_order:
|
gui_order:
|
||||||
description:
|
description:
|
||||||
- Number defining order of the provider in GUI (for example, on Login page).
|
- Number defining order of the provider in GUI (for example, on Login page).
|
||||||
@@ -569,6 +572,7 @@ def main():
|
|||||||
alias=dict(type="str", required=True),
|
alias=dict(type="str", required=True),
|
||||||
add_read_token_role_on_create=dict(type="bool", aliases=["addReadTokenRoleOnCreate"]),
|
add_read_token_role_on_create=dict(type="bool", aliases=["addReadTokenRoleOnCreate"]),
|
||||||
authenticate_by_default=dict(type="bool", aliases=["authenticateByDefault"]),
|
authenticate_by_default=dict(type="bool", aliases=["authenticateByDefault"]),
|
||||||
|
hide_on_login=dict(type="bool", aliases=["hideOnLogin", "hide_on_login_page"]),
|
||||||
config=dict(type="dict"),
|
config=dict(type="dict"),
|
||||||
display_name=dict(type="str", aliases=["displayName"]),
|
display_name=dict(type="str", aliases=["displayName"]),
|
||||||
enabled=dict(type="bool"),
|
enabled=dict(type="bool"),
|
||||||
@@ -608,6 +612,20 @@ def main():
|
|||||||
state = module.params.get("state")
|
state = module.params.get("state")
|
||||||
config = module.params.get("config")
|
config = module.params.get("config")
|
||||||
|
|
||||||
|
if config is not None:
|
||||||
|
for legacy_key in ("hide_on_login_page", "hideOnLoginPage"):
|
||||||
|
if legacy_key in config:
|
||||||
|
module.deprecate(
|
||||||
|
f"Passing '{legacy_key}' inside 'config' is deprecated. "
|
||||||
|
"Use the top-level 'hide_on_login' parameter instead.",
|
||||||
|
version="4.0.0",
|
||||||
|
collection_name="middleware_automation.keycloak",
|
||||||
|
)
|
||||||
|
if module.params.get("hide_on_login") is None:
|
||||||
|
module.params["hide_on_login"] = config.pop(legacy_key)
|
||||||
|
else:
|
||||||
|
config.pop(legacy_key)
|
||||||
|
|
||||||
fetch_identity_provider_wellknown_config(kc, config)
|
fetch_identity_provider_wellknown_config(kc, config)
|
||||||
|
|
||||||
# Filter and map the parameters names that apply to the identity provider.
|
# Filter and map the parameters names that apply to the identity provider.
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_realm
|
module: keycloak_realm
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_realm_info
|
module: keycloak_realm_info
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or
|
||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_realm_key
|
module: keycloak_realm_key
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_realm_keys_metadata_info
|
module: keycloak_realm_keys_metadata_info
|
||||||
|
|||||||
@@ -4,7 +4,9 @@
|
|||||||
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
# https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_realm_localization
|
module: keycloak_realm_localization
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_realm_rolemapping
|
module: keycloak_realm_rolemapping
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_role
|
module: keycloak_role
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_user
|
module: keycloak_user
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_user_execute_actions_email
|
module: keycloak_user_execute_actions_email
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_user_federation
|
module: keycloak_user_federation
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
# Copyright (c) 2022, Dušan Marković (@bratwurzt)
|
# Copyright (c) 2022, Dušan Marković (@bratwurzt)
|
||||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_user_rolemapping
|
module: keycloak_user_rolemapping
|
||||||
|
|||||||
@@ -3,7 +3,9 @@
|
|||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
|
from __future__ import (absolute_import, division, print_function)
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
__metaclass__ = type
|
||||||
|
|
||||||
DOCUMENTATION = r"""
|
DOCUMENTATION = r"""
|
||||||
module: keycloak_userprofile
|
module: keycloak_userprofile
|
||||||
|
|||||||
@@ -2,4 +2,14 @@
|
|||||||
collections:
|
collections:
|
||||||
- name: middleware_automation.common
|
- name: middleware_automation.common
|
||||||
version: ">=1.2.4"
|
version: ">=1.2.4"
|
||||||
|
- name: middleware_automation.infinispan
|
||||||
|
- name: community.general
|
||||||
- name: ansible.posix
|
- name: ansible.posix
|
||||||
|
- name: community.docker
|
||||||
|
version: ">=3.8.0"
|
||||||
|
- name: containers.podman
|
||||||
|
version: ">=1.8.1"
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: elan.simple_nginx_reverse_proxy
|
||||||
|
version: "0.2.1"
|
||||||
|
|||||||
@@ -388,6 +388,6 @@ argument_specs:
|
|||||||
description: "Red Hat SSO patch archive filename"
|
description: "Red Hat SSO patch archive filename"
|
||||||
type: "str"
|
type: "str"
|
||||||
sso_product_category:
|
sso_product_category:
|
||||||
default: "core.service.rhsso"
|
default: "CORE.SERVICE.RHSSO"
|
||||||
description: "JBossNetwork API category for Single Sign-On"
|
description: "Unified Downloads API category for Single Sign-On"
|
||||||
type: "str"
|
type: "str"
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
---
|
---
|
||||||
- name: "Check if packages are already installed" # noqa command-instead-of-module this runs faster
|
- name: "Check if packages are already installed" # noqa command-instead-of-module this runs faster
|
||||||
ansible.builtin.command: "rpm -q {{ packages_list | join(' ') }}"
|
ansible.builtin.command: "rpm -q {{ packages_list | join(' ') }}"
|
||||||
register: rpm_info
|
register: keycloak_rpm_info
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
when: ansible_facts.os_family == "RedHat"
|
when: ansible_facts.os_family == "RedHat"
|
||||||
|
|
||||||
- name: "Add missing packages to the yum install list"
|
- name: "Add missing packages to the yum install list"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
packages_to_install: "{{ packages_to_install | default([]) + rpm_info.stdout_lines | \
|
keycloak_packages_to_install: "{{ keycloak_packages_to_install | default([]) + keycloak_rpm_info.stdout_lines | \
|
||||||
map('regex_findall', 'package (.+) is not installed$') | default([]) | flatten }}"
|
map('regex_findall', 'package (.+) is not installed$') | default([]) | flatten }}"
|
||||||
when: ansible_facts.os_family == "RedHat"
|
when: ansible_facts.os_family == "RedHat"
|
||||||
|
|
||||||
- name: "Install packages: {{ packages_to_install }}"
|
- name: "Install packages: {{ keycloak_packages_to_install }}"
|
||||||
become: "{{ keycloak_fastpackages_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_fastpackages_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "{{ packages_to_install }}"
|
name: "{{ keycloak_packages_to_install }}"
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- packages_to_install | default([]) | length > 0
|
- keycloak_packages_to_install | default([]) | length > 0
|
||||||
- ansible_facts.os_family == "RedHat"
|
- ansible_facts.os_family == "RedHat"
|
||||||
|
|
||||||
- name: "Install packages: {{ packages_list }}"
|
- name: "Install packages: {{ packages_list }}"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
- name: "Configure firewall ports for {{ keycloak.service_name }}"
|
- name: "Configure firewall ports for {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_firewalld_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_firewalld_require_privilege_escalation | default(true) }}"
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
port: "{{ item }}"
|
port: "{{ item }}"
|
||||||
|
|||||||
@@ -14,18 +14,18 @@
|
|||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak_jboss_home }}"
|
path: "{{ keycloak_jboss_home }}"
|
||||||
register: existing_deploy
|
register: keycloak_existing_deploy
|
||||||
|
|
||||||
- name: Stop and restart if existing deployment exists and install forced
|
- name: Stop and restart if existing deployment exists and install forced
|
||||||
when: existing_deploy.stat.exists and keycloak_force_install | bool
|
when: keycloak_existing_deploy.stat.exists and keycloak_force_install | bool
|
||||||
block:
|
block:
|
||||||
- name: "Stop the old {{ keycloak.service_name }} service"
|
- name: "Stop the old service: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
failed_when: false
|
failed_when: false
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
state: stopped
|
state: stopped
|
||||||
- name: "Remove the old {{ keycloak.service_name }} deployment"
|
- name: "Remove the old deployment: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ keycloak_jboss_home }}"
|
path: "{{ keycloak_jboss_home }}"
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak_jboss_home }}"
|
path: "{{ keycloak_jboss_home }}"
|
||||||
|
|
||||||
- name: "Create service user/group for {{ keycloak.service_name }}"
|
- name: "Create service user/group for {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: "{{ keycloak_service_user }}"
|
name: "{{ keycloak_service_user }}"
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
system: true
|
system: true
|
||||||
create_home: false
|
create_home: false
|
||||||
|
|
||||||
- name: "Create install location for {{ keycloak.service_name }}"
|
- name: "Create install location for {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: "{{ keycloak_dest }}"
|
dest: "{{ keycloak_dest }}"
|
||||||
@@ -65,34 +65,35 @@
|
|||||||
## check remote archive
|
## check remote archive
|
||||||
- name: Set download archive path
|
- name: Set download archive path
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
archive: "{{ keycloak_dest }}/{{ keycloak.bundle }}"
|
keycloak_archive_full_path: "{{ keycloak_dest }}/{{ keycloak_archive }}"
|
||||||
|
|
||||||
- name: Check download archive path
|
- name: Check download archive path
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ archive }}"
|
path: "{{ keycloak_archive_full_path }}"
|
||||||
register: archive_path
|
register: keycloak_archive_path
|
||||||
|
|
||||||
## download to controller
|
## download to controller
|
||||||
- name: Check local download archive path
|
- name: Check local download archive path
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ lookup('env', 'PWD') }}"
|
path: "{{ lookup('env', 'PWD') }}"
|
||||||
register: local_path
|
register: keycloak_local_path
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Download keycloak archive
|
- name: Download keycloak archive
|
||||||
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
url: "{{ keycloak_download_url }}"
|
url: "{{ keycloak_download_url }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ keycloak_local_path.stat.path }}/{{ keycloak_archive }}"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
url_username: "{{ keycloak_binary_download_user | default(omit) }}"
|
url_username: "{{ keycloak_binary_download_user | default(omit) }}"
|
||||||
url_password: "{{ keycloak_binary_download_pass | default(omit) }}"
|
url_password: "{{ keycloak_binary_download_pass | default(omit) }}"
|
||||||
|
validate_certs: false
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- archive_path is defined
|
- keycloak_archive_path is defined
|
||||||
- archive_path.stat is defined
|
- keycloak_archive_path.stat is defined
|
||||||
- not archive_path.stat.exists
|
- not keycloak_archive_path.stat.exists
|
||||||
- not sso_enable is defined or not sso_enable
|
- not sso_enable is defined or not sso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
|
|
||||||
@@ -100,9 +101,9 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- archive_path is defined
|
- keycloak_archive_path is defined
|
||||||
- archive_path.stat is defined
|
- keycloak_archive_path.stat is defined
|
||||||
- not archive_path.stat.exists
|
- not keycloak_archive_path.stat.exists
|
||||||
- sso_enable is defined and sso_enable
|
- sso_enable is defined and sso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
block:
|
block:
|
||||||
@@ -113,14 +114,18 @@
|
|||||||
product_type: DISTRIBUTION
|
product_type: DISTRIBUTION
|
||||||
product_version: "{{ sso_version.split('.')[:2] | join('.') }}"
|
product_version: "{{ sso_version.split('.')[:2] | join('.') }}"
|
||||||
product_category: "{{ sso_product_category }}"
|
product_category: "{{ sso_product_category }}"
|
||||||
register: rhn_products
|
validate_certs: false
|
||||||
|
register: keycloak_rhn_products
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Determine install zipfile from search results
|
- name: Determine install zipfile from search results
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
rhn_filtered_products: "{{ rhn_products.results | selectattr('file_name', 'match', '[^/]*/' + sso_archive + '$') }}"
|
keycloak_rhn_filtered_products: >-
|
||||||
|
{{ keycloak_rhn_products.results
|
||||||
|
| selectattr('file_name', 'search', 'rh-sso-' + sso_version + '-server-dist.zip$')
|
||||||
|
| list }}
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
@@ -128,8 +133,9 @@
|
|||||||
middleware_automation.common.product_download: # noqa risky-file-permissions delegated, uses controller host user
|
middleware_automation.common.product_download: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
client_id: "{{ rhn_username }}"
|
client_id: "{{ rhn_username }}"
|
||||||
client_secret: "{{ rhn_password }}"
|
client_secret: "{{ rhn_password }}"
|
||||||
product_id: "{{ (rhn_filtered_products | first).id }}"
|
product_id: "{{ (keycloak_rhn_filtered_products | first).id }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ keycloak_local_path.stat.path }}/{{ keycloak_archive }}"
|
||||||
|
validate_certs: false
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
@@ -137,68 +143,69 @@
|
|||||||
- name: Download rhsso archive from alternate location
|
- name: Download rhsso archive from alternate location
|
||||||
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
url: "{{ keycloak_rhsso_download_url }}"
|
url: "{{ keycloak_rhsso_download_url }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ keycloak_local_path.stat.path }}/{{ keycloak_archive }}"
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
|
validate_certs: false
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- archive_path is defined
|
- keycloak_archive_path is defined
|
||||||
- archive_path.stat is defined
|
- keycloak_archive_path.stat is defined
|
||||||
- not archive_path.stat.exists
|
- not keycloak_archive_path.stat.exists
|
||||||
- sso_enable is defined and sso_enable
|
- sso_enable is defined and sso_enable
|
||||||
- not keycloak_offline_install
|
- not keycloak_offline_install
|
||||||
- keycloak_rhsso_download_url is defined
|
- keycloak_rhsso_download_url is defined
|
||||||
|
|
||||||
- name: Check downloaded archive
|
- name: Check downloaded archive
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
path: "{{ keycloak_local_path.stat.path }}/{{ keycloak_archive }}"
|
||||||
register: local_archive_path
|
register: keycloak_local_archive_path
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
## copy and unpack
|
## copy and unpack
|
||||||
- name: Copy archive to target nodes
|
- name: Copy archive to target nodes
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
src: "{{ keycloak_local_path.stat.path }}/{{ keycloak_archive }}"
|
||||||
dest: "{{ archive }}"
|
dest: "{{ keycloak_archive_full_path }}"
|
||||||
owner: "{{ keycloak_service_user }}"
|
owner: "{{ keycloak_service_user }}"
|
||||||
group: "{{ keycloak_service_group }}"
|
group: "{{ keycloak_service_group }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
register: new_version_downloaded
|
register: keycloak_new_version_downloaded
|
||||||
when:
|
when:
|
||||||
- not archive_path.stat.exists
|
- not keycloak_archive_path.stat.exists
|
||||||
- local_archive_path.stat is defined
|
- keycloak_local_archive_path.stat is defined
|
||||||
- local_archive_path.stat.exists
|
- keycloak_local_archive_path.stat.exists
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Check target directory: {{ keycloak.home }}"
|
- name: "Check target directory: {{ keycloak_config.home }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak.home }}"
|
path: "{{ keycloak_config.home }}"
|
||||||
register: path_to_workdir
|
register: keycloak_path_to_workdir
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Extract {{ keycloak_service_desc }} archive on target"
|
- name: "Extract archive on target: {{ keycloak_service_desc }}"
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
remote_src: true
|
remote_src: true
|
||||||
src: "{{ archive }}"
|
src: "{{ keycloak_archive_full_path }}"
|
||||||
dest: "{{ keycloak_dest }}"
|
dest: "{{ keycloak_dest }}"
|
||||||
creates: "{{ keycloak.home }}"
|
creates: "{{ keycloak_config.home }}"
|
||||||
owner: "{{ keycloak_service_user }}"
|
owner: "{{ keycloak_service_user }}"
|
||||||
group: "{{ keycloak_service_group }}"
|
group: "{{ keycloak_service_group }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
when:
|
when:
|
||||||
- new_version_downloaded.changed or not path_to_workdir.stat.exists
|
- keycloak_new_version_downloaded.changed or not keycloak_path_to_workdir.stat.exists
|
||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
|
|
||||||
- name: Inform decompression was not executed
|
- name: Inform decompression was not executed
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "{{ keycloak.home }} already exists and version unchanged, skipping decompression"
|
msg: "{{ keycloak_config.home }} already exists and version unchanged, skipping decompression"
|
||||||
when:
|
when:
|
||||||
- not new_version_downloaded.changed and path_to_workdir.stat.exists
|
- not keycloak_new_version_downloaded.changed and keycloak_path_to_workdir.stat.exists
|
||||||
|
|
||||||
- name: "Reown installation directory to {{ keycloak_service_user }}"
|
- name: "Reown installation directory to {{ keycloak_service_user }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ keycloak.home }}"
|
path: "{{ keycloak_config.home }}"
|
||||||
owner: "{{ keycloak_service_user }}"
|
owner: "{{ keycloak_service_user }}"
|
||||||
group: "{{ keycloak_service_group }}"
|
group: "{{ keycloak_service_group }}"
|
||||||
recurse: true
|
recurse: true
|
||||||
@@ -206,17 +213,17 @@
|
|||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
- name: Ensure permissions are correct on existing deploy
|
- name: Ensure permissions are correct on existing deploy
|
||||||
ansible.builtin.command: chown -R "{{ keycloak_service_user }}:{{ keycloak_service_group }}" "{{ keycloak.home }}"
|
ansible.builtin.command: chown -R "{{ keycloak_service_user }}:{{ keycloak_service_group }}" "{{ keycloak_config.home }}"
|
||||||
when: keycloak_service_runas
|
when: keycloak_service_runas
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
|
|
||||||
# driver and configuration
|
# driver and configuration
|
||||||
- name: "Install {{ keycloak_jdbc_engine }} driver"
|
- name: "Install database driver: {{ keycloak_jdbc_engine }}"
|
||||||
ansible.builtin.include_tasks: jdbc_driver.yml
|
ansible.builtin.include_tasks: jdbc_driver.yml
|
||||||
when: keycloak_jdbc[keycloak_jdbc_engine].enabled
|
when: keycloak_jdbc[keycloak_jdbc_engine].enabled
|
||||||
|
|
||||||
- name: "Deploy custom {{ keycloak.service_name }} config to {{ keycloak_config_path_to_standalone_xml }} from {{ keycloak_config_override_template }}"
|
- name: "Deploy custom config: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "templates/{{ keycloak_config_override_template }}"
|
src: "templates/{{ keycloak_config_override_template }}"
|
||||||
@@ -226,9 +233,9 @@
|
|||||||
mode: '0640'
|
mode: '0640'
|
||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
when: keycloak_config_override_template | length > 0
|
when: (keycloak_config_override_template | default('', true)) | length > 0
|
||||||
|
|
||||||
- name: "Deploy standalone {{ keycloak.service_name }} config to {{ keycloak_config_path_to_standalone_xml }}"
|
- name: "Deploy standalone config: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: templates/standalone.xml.j2
|
src: templates/standalone.xml.j2
|
||||||
@@ -240,7 +247,7 @@
|
|||||||
- restart keycloak
|
- restart keycloak
|
||||||
when:
|
when:
|
||||||
- not keycloak_ha_enabled
|
- not keycloak_ha_enabled
|
||||||
- keycloak_config_override_template | length == 0
|
- (keycloak_config_override_template | default('', true)) | length == 0
|
||||||
|
|
||||||
- name: Create tcpping cluster node list
|
- name: Create tcpping cluster node list
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
@@ -256,7 +263,7 @@
|
|||||||
loop: "{{ ansible_play_batch }}"
|
loop: "{{ ansible_play_batch }}"
|
||||||
when: keycloak_ha_enabled and keycloak_ha_discovery == 'TCPPING'
|
when: keycloak_ha_enabled and keycloak_ha_discovery == 'TCPPING'
|
||||||
|
|
||||||
- name: "Deploy HA {{ keycloak.service_name }} config to {{ keycloak_config_path_to_standalone_xml }}"
|
- name: "Deploy HA config: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: templates/standalone-ha.xml.j2
|
src: templates/standalone-ha.xml.j2
|
||||||
@@ -269,9 +276,9 @@
|
|||||||
when:
|
when:
|
||||||
- keycloak_ha_enabled
|
- keycloak_ha_enabled
|
||||||
- not keycloak_remote_cache_enabled
|
- not keycloak_remote_cache_enabled
|
||||||
- keycloak_config_override_template | length == 0
|
- (keycloak_config_override_template | default('', true)) | length == 0
|
||||||
|
|
||||||
- name: "Deploy HA {{ keycloak.service_name }} config with infinispan remote cache store to {{ keycloak_config_path_to_standalone_xml }}"
|
- name: "Deploy HA config with infinispan: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: templates/standalone-infinispan.xml.j2
|
src: templates/standalone-infinispan.xml.j2
|
||||||
@@ -284,7 +291,7 @@
|
|||||||
when:
|
when:
|
||||||
- keycloak_ha_enabled
|
- keycloak_ha_enabled
|
||||||
- keycloak_remote_cache_enabled
|
- keycloak_remote_cache_enabled
|
||||||
- keycloak_config_override_template | length == 0
|
- (keycloak_config_override_template | default('', true)) | length == 0
|
||||||
|
|
||||||
- name: "Deploy profile.properties file to {{ keycloak_config_path_to_properties }}"
|
- name: "Deploy profile.properties file to {{ keycloak_config_path_to_properties }}"
|
||||||
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_install_require_privilege_escalation | default(true) }}"
|
||||||
@@ -296,4 +303,4 @@
|
|||||||
mode: '0640'
|
mode: '0640'
|
||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
when: keycloak_features | length > 0
|
when: (keycloak_features | default([], true)) | length > 0
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
packages_list:
|
packages_list:
|
||||||
- iptables
|
- iptables
|
||||||
|
|
||||||
- name: "Configure firewall ports for {{ keycloak.service_name }}"
|
- name: "Configure firewall ports for {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_iptables_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_iptables_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.iptables:
|
ansible.builtin.iptables:
|
||||||
destination_port: "{{ item }}"
|
destination_port: "{{ item }}"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: "Check module directory: {{ keycloak_jdbc[keycloak_jdbc_engine].driver_module_dir }}"
|
- name: "Check module directory: {{ keycloak_jdbc[keycloak_jdbc_engine].driver_module_dir }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak_jdbc[keycloak_jdbc_engine].driver_module_dir }}"
|
path: "{{ keycloak_jdbc[keycloak_jdbc_engine].driver_module_dir }}"
|
||||||
register: dest_path
|
register: keycloak_dest_path
|
||||||
become: "{{ keycloak_jdbc_driver_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_jdbc_driver_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Set up module dir for JDBC Driver {{ keycloak_jdbc[keycloak_jdbc_engine].driver_module_name }}"
|
- name: "Set up module dir for JDBC Driver {{ keycloak_jdbc[keycloak_jdbc_engine].driver_module_name }}"
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
retries: 2
|
retries: 2
|
||||||
delay: 2
|
delay: 2
|
||||||
rescue:
|
rescue:
|
||||||
- name: "Create {{ keycloak.service_name }} admin user"
|
- name: "Create admin user: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
args:
|
args:
|
||||||
argv:
|
argv:
|
||||||
@@ -76,11 +76,11 @@
|
|||||||
- "-p{{ keycloak_admin_password }}"
|
- "-p{{ keycloak_admin_password }}"
|
||||||
changed_when: true
|
changed_when: true
|
||||||
become: "{{ keycloak_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_require_privilege_escalation | default(true) }}"
|
||||||
- name: "Restart {{ keycloak.service_name }}"
|
- name: "Restart service: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.include_tasks: tasks/restart_keycloak.yml
|
ansible.builtin.include_tasks: tasks/restart_keycloak.yml
|
||||||
- name: "Wait until {{ keycloak.service_name }} becomes active {{ keycloak.health_url }}"
|
- name: "Wait until service becomes active: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: "{{ keycloak.health_url }}"
|
url: "{{ keycloak_config.health_url }}"
|
||||||
register: keycloak_status
|
register: keycloak_status
|
||||||
until: keycloak_status.status == 200
|
until: keycloak_status.status == 200
|
||||||
retries: 25
|
retries: 25
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
- name: Validate admin console password
|
- name: Validate admin console password
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- keycloak_admin_password | length > 12
|
- (keycloak_admin_password | default('', true)) | length > 12
|
||||||
quiet: true
|
quiet: true
|
||||||
fail_msg: >
|
fail_msg: >
|
||||||
The console administrator password is empty or invalid. Please set the keycloak_admin_password variable to a 12+ char long string
|
The console administrator password is empty or invalid. Please set the keycloak_admin_password variable to a 12+ char long string
|
||||||
@@ -31,9 +31,9 @@
|
|||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- keycloak_jdbc_engine is defined and keycloak_jdbc_engine in [ 'postgres', 'mariadb', 'sqlserver' ]
|
- keycloak_jdbc_engine is defined and keycloak_jdbc_engine in [ 'postgres', 'mariadb', 'sqlserver' ]
|
||||||
- keycloak_jdbc_url | length > 0
|
- (keycloak_jdbc_url | default('', true)) | length > 0
|
||||||
- keycloak_db_user | length > 0
|
- (keycloak_db_user | default('', true)) | length > 0
|
||||||
- keycloak_db_pass | length > 0
|
- (keycloak_db_pass | default('', true)) | length > 0
|
||||||
quiet: true
|
quiet: true
|
||||||
fail_msg: "Configuration for the JDBC persistence is invalid or incomplete"
|
fail_msg: "Configuration for the JDBC persistence is invalid or incomplete"
|
||||||
success_msg: "Configuring JDBC persistence using {{ keycloak_jdbc_engine }} database"
|
success_msg: "Configuring JDBC persistence using {{ keycloak_jdbc_engine }} database"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: "Restart and enable {{ keycloak.service_name }} service"
|
- name: "Restart and enable service: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -9,9 +9,9 @@
|
|||||||
delegate_to: "{{ ansible_play_hosts | first }}"
|
delegate_to: "{{ ansible_play_hosts | first }}"
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: "Wait until {{ keycloak.service_name }} becomes active {{ keycloak.health_url }}"
|
- name: "Wait until service becomes active: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: "{{ keycloak.health_url }}"
|
url: "{{ keycloak_config.health_url }}"
|
||||||
register: keycloak_status
|
register: keycloak_status
|
||||||
until: keycloak_status.status == 200
|
until: keycloak_status.status == 200
|
||||||
delegate_to: "{{ ansible_play_hosts | first }}"
|
delegate_to: "{{ ansible_play_hosts | first }}"
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
retries: "{{ keycloak_service_start_retries }}"
|
retries: "{{ keycloak_service_start_retries }}"
|
||||||
delay: "{{ keycloak_service_start_delay }}"
|
delay: "{{ keycloak_service_start_delay }}"
|
||||||
|
|
||||||
- name: "Restart and enable {{ keycloak.service_name }} service"
|
- name: "Restart and enable service (remaining nodes): {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -8,6 +8,6 @@
|
|||||||
|
|
||||||
- name: "Execute CLI query: {{ cli_query }}"
|
- name: "Execute CLI query: {{ cli_query }}"
|
||||||
ansible.builtin.command: >
|
ansible.builtin.command: >
|
||||||
{{ keycloak.cli_path }} --connect --command='{{ cli_query }}' --controller={{ keycloak_host }}:{{ keycloak_management_http_port }}
|
{{ keycloak_config.cli_path }} --connect --command='{{ cli_query }}' --controller={{ keycloak_host }}:{{ keycloak_management_http_port }}
|
||||||
changed_when: false
|
changed_when: false
|
||||||
register: cli_result
|
register: keycloak_cli_result
|
||||||
|
|||||||
@@ -2,15 +2,15 @@
|
|||||||
## check remote patch archive
|
## check remote patch archive
|
||||||
- name: Set download patch archive path
|
- name: Set download patch archive path
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
patch_archive: "{{ keycloak_dest }}/{{ sso_patch_bundle }}"
|
keycloak_patch_archive: "{{ keycloak_dest }}/{{ sso_patch_bundle }}"
|
||||||
patch_bundle: "{{ sso_patch_bundle }}"
|
keycloak_patch_bundle: "{{ sso_patch_bundle }}"
|
||||||
patch_version: "{{ sso_patch_version }}"
|
keycloak_patch_version: "{{ sso_patch_version }}"
|
||||||
when: sso_patch_version is defined
|
when: sso_patch_version is defined
|
||||||
|
|
||||||
- name: Check download patch archive path
|
- name: Check download patch archive path
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ patch_archive }}"
|
path: "{{ keycloak_patch_archive }}"
|
||||||
register: patch_archive_path
|
register: keycloak_patch_archive_path
|
||||||
when: sso_patch_version is defined
|
when: sso_patch_version is defined
|
||||||
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
@@ -29,41 +29,42 @@
|
|||||||
product_type: BUGFIX
|
product_type: BUGFIX
|
||||||
product_version: "{{ sso_version.split('.')[:2] | join('.') }}"
|
product_version: "{{ sso_version.split('.')[:2] | join('.') }}"
|
||||||
product_category: "{{ sso_product_category }}"
|
product_category: "{{ sso_product_category }}"
|
||||||
register: rhn_products
|
validate_certs: false
|
||||||
|
register: keycloak_rhn_products
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Determine patch versions list
|
- name: Determine patch versions list
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
filtered_versions: "{{ rhn_products.results | map(attribute='file_name') | \
|
keycloak_filtered_versions: "{{ keycloak_rhn_products.results | map(attribute='file_name') | \
|
||||||
select('match', '^[^/]*/rh-sso-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | \
|
select('match', '^[^/]*/rh-sso-.*[0-9]*[.][0-9]*[.][0-9]*.*$') | \
|
||||||
map('regex_replace', '[^/]*/rh-sso-([0-9]*[.][0-9]*[.][0-9]*(-[0-9])?)-.*', '\\1') | list | unique }}"
|
map('regex_replace', '[^/]*/rh-sso-([0-9]*[.][0-9]*[.][0-9]*(-[0-9])?)-.*', '\\1') | list | unique }}"
|
||||||
when: sso_patch_version is not defined or sso_patch_version | length == 0
|
when: (sso_patch_version | default('', true)) | length == 0
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Determine latest version
|
- name: Determine latest version
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
sso_latest_version: "{{ filtered_versions | middleware_automation.common.version_sort | last }}"
|
keycloak_sso_latest_version: "{{ keycloak_filtered_versions | middleware_automation.common.version_sort | last }}"
|
||||||
when: sso_patch_version is not defined or sso_patch_version | length == 0
|
when: (sso_patch_version | default('', true)) | length == 0
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Determine install zipfile from search results
|
- name: Determine install zipfile from search results
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
rhn_filtered_products: "{{ rhn_products.results | selectattr('file_name', 'match', '[^/]*/rh-sso-' + sso_latest_version + '-patch.zip$') }}"
|
keycloak_rhn_filtered_products: "{{ keycloak_rhn_products.results | selectattr('file_name', 'match', '[^/]*/rh-sso-' + keycloak_sso_latest_version + '-patch.zip$') }}"
|
||||||
patch_bundle: "rh-sso-{{ sso_latest_version }}-patch.zip"
|
keycloak_patch_bundle: "rh-sso-{{ keycloak_sso_latest_version }}-patch.zip"
|
||||||
patch_version: "{{ sso_latest_version }}"
|
keycloak_patch_version: "{{ keycloak_sso_latest_version }}"
|
||||||
when: sso_patch_version is not defined or sso_patch_version | length == 0
|
when: (sso_patch_version | default('', true)) | length == 0
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: "Determine selected patch from supplied version: {{ sso_patch_version }}"
|
- name: "Determine selected patch from supplied version: {{ sso_patch_version }}"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
rhn_filtered_products: "{{ rhn_products.results | selectattr('file_name', 'match', '[^/]*/' + sso_patch_bundle + '$') }}"
|
keycloak_rhn_filtered_products: "{{ keycloak_rhn_products.results | selectattr('file_name', 'match', '[^/]*/' + sso_patch_bundle + '$') }}"
|
||||||
patch_bundle: "{{ sso_patch_bundle }}"
|
keycloak_patch_bundle: "{{ sso_patch_bundle }}"
|
||||||
patch_version: "{{ sso_patch_version }}"
|
keycloak_patch_version: "{{ sso_patch_version }}"
|
||||||
when: sso_patch_version is defined
|
when: sso_patch_version is defined
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
@@ -72,35 +73,36 @@
|
|||||||
middleware_automation.common.product_download: # noqa risky-file-permissions delegated, uses controller host user
|
middleware_automation.common.product_download: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
client_id: "{{ rhn_username }}"
|
client_id: "{{ rhn_username }}"
|
||||||
client_secret: "{{ rhn_password }}"
|
client_secret: "{{ rhn_password }}"
|
||||||
product_id: "{{ (rhn_filtered_products | sort | last).id }}"
|
product_id: "{{ (keycloak_rhn_filtered_products | sort | last).id }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ patch_bundle }}"
|
dest: "{{ keycloak_local_path.stat.path }}/{{ keycloak_patch_bundle }}"
|
||||||
|
validate_certs: false
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Set download patch archive path
|
- name: Set download patch archive path
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
patch_archive: "{{ keycloak_dest }}/{{ patch_bundle }}"
|
keycloak_patch_archive: "{{ keycloak_dest }}/{{ keycloak_patch_bundle }}"
|
||||||
|
|
||||||
- name: Check download patch archive path
|
- name: Check download patch archive path
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ patch_archive }}"
|
path: "{{ keycloak_patch_archive }}"
|
||||||
register: patch_archive_path
|
register: keycloak_patch_archive_path
|
||||||
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
## copy and unpack
|
## copy and unpack
|
||||||
- name: Copy patch archive to target nodes
|
- name: Copy patch archive to target nodes
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "{{ local_path.stat.path }}/{{ patch_bundle }}"
|
src: "{{ keycloak_local_path.stat.path }}/{{ keycloak_patch_bundle }}"
|
||||||
dest: "{{ patch_archive }}"
|
dest: "{{ keycloak_patch_archive }}"
|
||||||
owner: "{{ keycloak_service_user }}"
|
owner: "{{ keycloak_service_user }}"
|
||||||
group: "{{ keycloak_service_group }}"
|
group: "{{ keycloak_service_group }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
register: new_version_downloaded
|
register: keycloak_new_version_downloaded
|
||||||
when:
|
when:
|
||||||
- not patch_archive_path.stat.exists
|
- not keycloak_patch_archive_path.stat.exists
|
||||||
- local_archive_path.stat is defined
|
- keycloak_local_archive_path.stat is defined
|
||||||
- local_archive_path.stat.exists
|
- keycloak_local_archive_path.stat.exists
|
||||||
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Check installed patches"
|
- name: "Check installed patches"
|
||||||
@@ -114,14 +116,14 @@
|
|||||||
|
|
||||||
- name: "Perform patching"
|
- name: "Perform patching"
|
||||||
when:
|
when:
|
||||||
- cli_result is defined
|
- keycloak_cli_result is defined
|
||||||
- cli_result.stdout is defined
|
- keycloak_cli_result.stdout is defined
|
||||||
- patch_version | regex_replace('-[0-9]$', '') not in cli_result.stdout
|
- keycloak_patch_version | regex_replace('-[0-9]$', '') not in keycloak_cli_result.stdout
|
||||||
block:
|
block:
|
||||||
- name: "Apply patch {{ patch_version }} to server"
|
- name: "Apply patch to server: {{ keycloak_patch_version }}"
|
||||||
ansible.builtin.include_tasks: rhsso_cli.yml
|
ansible.builtin.include_tasks: rhsso_cli.yml
|
||||||
vars:
|
vars:
|
||||||
cli_query: "patch apply {{ patch_archive }}"
|
cli_query: "patch apply {{ keycloak_patch_archive }}"
|
||||||
args:
|
args:
|
||||||
apply:
|
apply:
|
||||||
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
||||||
@@ -132,15 +134,15 @@
|
|||||||
vars:
|
vars:
|
||||||
cli_query: "shutdown --restart"
|
cli_query: "shutdown --restart"
|
||||||
when:
|
when:
|
||||||
- cli_result.rc == 0
|
- keycloak_cli_result.rc == 0
|
||||||
args:
|
args:
|
||||||
apply:
|
apply:
|
||||||
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_rhsso_patch_require_privilege_escalation | default(true) }}"
|
||||||
become_user: "{{ keycloak_service_user }}"
|
become_user: "{{ keycloak_service_user }}"
|
||||||
|
|
||||||
- name: "Wait until {{ keycloak.service_name }} becomes active {{ keycloak.health_url }}"
|
- name: "Wait until service becomes active: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: "{{ keycloak.health_url }}"
|
url: "{{ keycloak_config.health_url }}"
|
||||||
register: keycloak_status
|
register: keycloak_status
|
||||||
until: keycloak_status.status == 200
|
until: keycloak_status.status == 200
|
||||||
retries: 25
|
retries: 25
|
||||||
@@ -158,14 +160,14 @@
|
|||||||
- name: "Verify installed patch version"
|
- name: "Verify installed patch version"
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- patch_version not in cli_result.stdout
|
- keycloak_patch_version not in keycloak_cli_result.stdout
|
||||||
fail_msg: "Patch installation failed"
|
fail_msg: "Patch installation failed"
|
||||||
success_msg: "Patch installation successful"
|
success_msg: "Patch installation successful"
|
||||||
|
|
||||||
- name: "Skipping patch"
|
- name: "Skipping patch"
|
||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "Cumulative patch {{ patch_version }} already installed, skipping patch installation."
|
msg: "Cumulative patch {{ keycloak_patch_version }} already installed, skipping patch installation."
|
||||||
when:
|
when:
|
||||||
- cli_result is defined
|
- keycloak_cli_result is defined
|
||||||
- cli_result.stdout is defined
|
- keycloak_cli_result.stdout is defined
|
||||||
- patch_version in cli_result.stdout
|
- keycloak_patch_version in keycloak_cli_result.stdout
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: "Start {{ keycloak.service_name }} service"
|
- name: "Start service: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -7,9 +7,9 @@
|
|||||||
daemon_reload: true
|
daemon_reload: true
|
||||||
become: "{{ keycloak_start_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_start_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Wait until {{ keycloak.service_name }} becomes active {{ keycloak.health_url }}"
|
- name: "Wait until service becomes active: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.uri:
|
ansible.builtin.uri:
|
||||||
url: "{{ keycloak.health_url }}"
|
url: "{{ keycloak_config.health_url }}"
|
||||||
register: keycloak_status
|
register: keycloak_status
|
||||||
until: keycloak_status.status == 200
|
until: keycloak_status.status == 200
|
||||||
retries: "{{ keycloak_service_start_retries }}"
|
retries: "{{ keycloak_service_start_retries }}"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: "Stop {{ keycloak.service_name }}"
|
- name: "Stop {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: "Configure {{ keycloak.service_name }} service script wrapper"
|
- name: "Configure service script wrapper: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_systemd_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_systemd_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: keycloak-service.sh.j2
|
src: keycloak-service.sh.j2
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
|
|
||||||
- name: "Configure sysconfig file for {{ keycloak.service_name }} service"
|
- name: "Configure sysconfig file for service: {{ keycloak_config.service_name }}"
|
||||||
become: "{{ keycloak_systemd_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_systemd_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: keycloak-sysconfig.j2
|
src: keycloak-sysconfig.j2
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
|
|
||||||
- name: "Configure systemd unit file for {{ keycloak.service_name }} service"
|
- name: "Configure systemd unit file for service: {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: keycloak.service.j2
|
src: keycloak.service.j2
|
||||||
dest: /etc/systemd/system/keycloak.service
|
dest: /etc/systemd/system/keycloak.service
|
||||||
@@ -29,16 +29,16 @@
|
|||||||
group: root
|
group: root
|
||||||
mode: '0644'
|
mode: '0644'
|
||||||
become: "{{ keycloak_systemd_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_systemd_require_privilege_escalation | default(true) }}"
|
||||||
register: systemdunit
|
register: keycloak_systemdunit
|
||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
|
|
||||||
- name: "Start and wait for {{ keycloak.service_name }} service (first node db)"
|
- name: "Start and wait for service (first node db): {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.include_tasks: start_keycloak.yml
|
ansible.builtin.include_tasks: start_keycloak.yml
|
||||||
run_once: true
|
run_once: true
|
||||||
when: keycloak_db_enabled
|
when: keycloak_db_enabled
|
||||||
|
|
||||||
- name: "Start and wait for {{ keycloak.service_name }} service (remaining nodes)"
|
- name: "Start and wait for service (remaining nodes): {{ keycloak_config.service_name }}"
|
||||||
ansible.builtin.include_tasks: start_keycloak.yml
|
ansible.builtin.include_tasks: start_keycloak.yml
|
||||||
|
|
||||||
- name: Check service status
|
- name: Check service status
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
{% for feature in keycloak.features %}
|
{% for feature in keycloak_config.features %}
|
||||||
feature.{{ feature.name }}={{ feature.status | default('enabled') }}
|
feature.{{ feature.name }}={{ feature.status | default('enabled') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@@ -17,7 +17,7 @@ checkEnvVar() {
|
|||||||
# for testing outside systemd
|
# for testing outside systemd
|
||||||
. /etc/sysconfig/keycloak
|
. /etc/sysconfig/keycloak
|
||||||
|
|
||||||
readonly KEYCLOAK_HOME={{ keycloak.home }}
|
readonly KEYCLOAK_HOME={{ keycloak_config.home }}
|
||||||
readonly KEYCLOAK_BIND_ADDRESS=${KEYCLOAK_BIND_ADDRESS}
|
readonly KEYCLOAK_BIND_ADDRESS=${KEYCLOAK_BIND_ADDRESS}
|
||||||
readonly KEYCLOAK_HTTP_PORT=${KEYCLOAK_HTTP_PORT}
|
readonly KEYCLOAK_HTTP_PORT=${KEYCLOAK_HTTP_PORT}
|
||||||
readonly KEYCLOAK_HTTPS_PORT=${KEYCLOAK_HTTPS_PORT}
|
readonly KEYCLOAK_HTTPS_PORT=${KEYCLOAK_HTTPS_PORT}
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
JAVA_OPTS='{{ keycloak_java_opts }}'
|
JAVA_OPTS='{{ keycloak_java_opts }}'
|
||||||
JAVA_HOME={{ keycloak_java_home | default(keycloak_pkg_java_home, true) }}
|
JAVA_HOME={{ keycloak_java_home | default(keycloak_pkg_java_home, true) }}
|
||||||
JBOSS_HOME={{ keycloak.home }}
|
JBOSS_HOME={{ keycloak_config.home }}
|
||||||
KEYCLOAK_BIND_ADDRESS={{ keycloak_bind_address }}
|
KEYCLOAK_BIND_ADDRESS={{ keycloak_bind_address }}
|
||||||
KEYCLOAK_HTTP_PORT={{ keycloak_http_port }}
|
KEYCLOAK_HTTP_PORT={{ keycloak_http_port }}
|
||||||
KEYCLOAK_HTTPS_PORT={{ keycloak_https_port }}
|
KEYCLOAK_HTTPS_PORT={{ keycloak_https_port }}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{{ ansible_managed | comment }}
|
{{ ansible_managed | comment }}
|
||||||
[Unit]
|
[Unit]
|
||||||
Description={{ keycloak.service_name }} Server
|
Description={{ keycloak_config.service_name }} Server
|
||||||
After=network.target
|
After=network.target
|
||||||
StartLimitIntervalSec={{ keycloak_service_startlimitintervalsec }}
|
StartLimitIntervalSec={{ keycloak_service_startlimitintervalsec }}
|
||||||
StartLimitBurst={{ keycloak_service_startlimitburst }}
|
StartLimitBurst={{ keycloak_service_startlimitburst }}
|
||||||
@@ -13,8 +13,8 @@ Group={{ keycloak_service_group }}
|
|||||||
{% endif -%}
|
{% endif -%}
|
||||||
EnvironmentFile=-{{ keycloak_sysconf_file }}
|
EnvironmentFile=-{{ keycloak_sysconf_file }}
|
||||||
PIDFile={{ keycloak_service_pidfile }}
|
PIDFile={{ keycloak_service_pidfile }}
|
||||||
ExecStart={{ keycloak.home }}/bin/standalone.sh $WILDFLY_OPTS
|
ExecStart={{ keycloak_config.home }}/bin/standalone.sh $WILDFLY_OPTS
|
||||||
WorkingDirectory={{ keycloak.home }}
|
WorkingDirectory={{ keycloak_config.home }}
|
||||||
TimeoutStartSec=30
|
TimeoutStartSec=30
|
||||||
TimeoutStopSec=30
|
TimeoutStopSec=30
|
||||||
LimitNOFILE=102642
|
LimitNOFILE=102642
|
||||||
|
|||||||
@@ -526,7 +526,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<property name="frontendUrl" value="{{ keycloak_modcluster.frontend_url }}"/>
|
<property name="frontendUrl" value="{{ keycloak_modcluster.frontend_url }}"/>
|
||||||
<property name="forceBackendUrlToFrontendUrl" value="{{ keycloak_modcluster.force_frontend_url }}"/>
|
<property name="forceBackendUrlToFrontendUrl" value="{{ keycloak_modcluster.force_frontend_url }}"/>
|
||||||
{% if keycloak_modcluster.admin_url | length > 0 %}
|
{% if (keycloak_modcluster.admin_url | default('', true)) | length > 0 %}
|
||||||
<property name="adminUrl" value="{{ keycloak_modcluster.admin_url }}" />
|
<property name="adminUrl" value="{{ keycloak_modcluster.admin_url }}" />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</properties>
|
</properties>
|
||||||
@@ -541,7 +541,7 @@
|
|||||||
<subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:jboss}"/>
|
<subsystem xmlns="urn:wildfly:metrics:1.0" security-enabled="false" exposed-subsystems="*" prefix="${wildfly.metrics.prefix:jboss}"/>
|
||||||
{% if keycloak_modcluster.enabled %}
|
{% if keycloak_modcluster.enabled %}
|
||||||
<subsystem xmlns="urn:jboss:domain:modcluster:5.0">
|
<subsystem xmlns="urn:jboss:domain:modcluster:5.0">
|
||||||
<proxy name="default" advertise="false" listener="ajp" proxies="{{ ['proxy_'] | product(keycloak_modcluster.reverse_proxy_urls | map(attribute='host')) | map('join') | list | join(' ') }}">
|
<proxy name="default" advertise="false" listener="ajp" proxies="{{ ['proxy_'] | product((keycloak_modcluster.reverse_proxy_urls | default([])) | map(attribute='host')) | map('join') | list | join(' ') }}">
|
||||||
<dynamic-load-provider>
|
<dynamic-load-provider>
|
||||||
<load-metric type="cpu"/>
|
<load-metric type="cpu"/>
|
||||||
</dynamic-load-provider>
|
</dynamic-load-provider>
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
# internal variables below
|
# internal variables below
|
||||||
|
|
||||||
|
keycloak_config:
|
||||||
|
|
||||||
keycloak:
|
|
||||||
home: "{{ keycloak_jboss_home }}"
|
home: "{{ keycloak_jboss_home }}"
|
||||||
config_dir: "{{ keycloak_config_dir }}"
|
config_dir: "{{ keycloak_config_dir }}"
|
||||||
bundle: "{{ keycloak_archive }}"
|
bundle: "{{ keycloak_archive }}"
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Role Defaults
|
|||||||
|
|
||||||
| Variable | Description | Default |
|
| Variable | Description | Default |
|
||||||
|:---------|:------------|:--------|
|
|:---------|:------------|:--------|
|
||||||
|`keycloak_quarkus_version`| keycloak.org package version | `26.4.7` |
|
|`keycloak_quarkus_version`| keycloak.org package version | `26.6.2` |
|
||||||
|`keycloak_quarkus_offline_install` | Perform an offline install | `False`|
|
|`keycloak_quarkus_offline_install` | Perform an offline install | `False`|
|
||||||
|`keycloak_quarkus_dest`| Installation root path | `/opt/keycloak` |
|
|`keycloak_quarkus_dest`| Installation root path | `/opt/keycloak` |
|
||||||
|`keycloak_quarkus_download_url` | Download URL for keycloak | `https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}` |
|
|`keycloak_quarkus_download_url` | Download URL for keycloak | `https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}` |
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
### Configuration specific to keycloak
|
### Configuration specific to keycloak
|
||||||
keycloak_quarkus_version: 26.4.7
|
keycloak_quarkus_version: 26.6.2
|
||||||
keycloak_quarkus_archive: "keycloak-{{ keycloak_quarkus_version }}.zip"
|
keycloak_quarkus_archive: "keycloak-{{ keycloak_quarkus_version }}.zip"
|
||||||
keycloak_quarkus_download_url: "https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}"
|
keycloak_quarkus_download_url: "https://github.com/keycloak/keycloak/releases/download/{{ keycloak_quarkus_version }}/{{ keycloak_quarkus_archive }}"
|
||||||
keycloak_quarkus_installdir: "{{ keycloak_quarkus_dest }}/keycloak-{{ keycloak_quarkus_version }}"
|
keycloak_quarkus_installdir: "{{ keycloak_quarkus_dest }}/keycloak-{{ keycloak_quarkus_version }}"
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
- name: "Invalidate {{ keycloak.service_name }} theme cache"
|
- name: "Invalidate theme cache: {{ keycloak.service_name }}"
|
||||||
ansible.builtin.include_tasks: invalidate_theme_cache.yml
|
ansible.builtin.include_tasks: invalidate_theme_cache.yml
|
||||||
listen: "invalidate keycloak theme cache"
|
listen: "invalidate keycloak theme cache"
|
||||||
# handler should be invoked anytime a [build configuration](https://www.keycloak.org/server/all-config?f=build) changes
|
# handler should be invoked anytime a [build configuration](https://www.keycloak.org/server/all-config?f=build) changes
|
||||||
- name: "Rebuild {{ keycloak.service_name }} config"
|
- name: "Rebuild config: {{ keycloak.service_name }}"
|
||||||
ansible.builtin.include_tasks: rebuild_config.yml
|
ansible.builtin.include_tasks: rebuild_config.yml
|
||||||
listen: "rebuild keycloak config"
|
listen: "rebuild keycloak config"
|
||||||
- name: "Bootstrapped"
|
- name: "Bootstrapped"
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
listen: "restart keycloak"
|
listen: "restart keycloak"
|
||||||
- name: "Display deprecation warning"
|
- name: "Display deprecation warning"
|
||||||
ansible.builtin.fail:
|
ansible.builtin.fail:
|
||||||
msg: "Deprecation warning: you are using the deprecated variable '{{ deprecated_variable | d('NotSet') }}', check docs on how to upgrade."
|
msg: "Deprecation warning: you are using the deprecated variable '{{ keycloak_quarkus_deprecated_variable | d('NotSet') }}', check docs on how to upgrade."
|
||||||
failed_when: false
|
failed_when: false
|
||||||
changed_when: true
|
changed_when: true
|
||||||
listen: "print deprecation warning"
|
listen: "print deprecation warning"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ argument_specs:
|
|||||||
main:
|
main:
|
||||||
options:
|
options:
|
||||||
keycloak_quarkus_version:
|
keycloak_quarkus_version:
|
||||||
default: "26.4.7"
|
default: "26.6.2"
|
||||||
description: "keycloak.org package version"
|
description: "keycloak.org package version"
|
||||||
type: "str"
|
type: "str"
|
||||||
keycloak_quarkus_archive:
|
keycloak_quarkus_archive:
|
||||||
@@ -519,7 +519,7 @@ argument_specs:
|
|||||||
downstream:
|
downstream:
|
||||||
options:
|
options:
|
||||||
rhbk_version:
|
rhbk_version:
|
||||||
default: "26.4.7"
|
default: "26.4.11"
|
||||||
description: "Red Hat Build of Keycloak version"
|
description: "Red Hat Build of Keycloak version"
|
||||||
type: "str"
|
type: "str"
|
||||||
rhbk_archive:
|
rhbk_archive:
|
||||||
@@ -564,5 +564,5 @@ argument_specs:
|
|||||||
type: "str"
|
type: "str"
|
||||||
rhbk_product_category:
|
rhbk_product_category:
|
||||||
default: "RHBK"
|
default: "RHBK"
|
||||||
description: "JBossNetwork API category for Red Hat Build of Keycloak"
|
description: "Unified Downloads API category for Red Hat Build of Keycloak"
|
||||||
type: "str"
|
type: "str"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: "Initialize configuration key store variables to be written"
|
- name: "Initialize configuration key store variables to be written"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
store_items:
|
keycloak_quarkus_store_items:
|
||||||
- key: "kc.db-password"
|
- key: "kc.db-password"
|
||||||
value: "{{ keycloak_quarkus_db_pass }}"
|
value: "{{ keycloak_quarkus_db_pass }}"
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_https_key_store_file: "{{ keycloak_quarkus_key_store_file }}"
|
keycloak_quarkus_https_key_store_file: "{{ keycloak_quarkus_key_store_file }}"
|
||||||
deprecated_variable: "keycloak_quarkus_key_store_file" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_key_store_file" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_https_key_store_password: "{{ keycloak_quarkus_key_store_password }}"
|
keycloak_quarkus_https_key_store_password: "{{ keycloak_quarkus_key_store_password }}"
|
||||||
deprecated_variable: "keycloak_quarkus_key_store_password" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_key_store_password" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
run_once: true
|
run_once: true
|
||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
deprecated_variable: "keycloak_quarkus_proxy_mode" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_proxy_mode" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_hostname: "{{ keycloak_quarkus_frontend_url }}"
|
keycloak_quarkus_hostname: "{{ keycloak_quarkus_frontend_url }}"
|
||||||
deprecated_variable: "keycloak_quarkus_frontend_url" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_frontend_url" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
{% set protocol = 'http://' %}
|
{% set protocol = 'http://' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ protocol }}{{ keycloak_quarkus_host }}:{{ keycloak_quarkus_port }}/{{ keycloak_quarkus_path }}
|
{{ protocol }}{{ keycloak_quarkus_host }}:{{ keycloak_quarkus_port }}/{{ keycloak_quarkus_path }}
|
||||||
deprecated_variable: "keycloak_quarkus_hostname_strict_https or keycloak_quarkus_frontend_url or keycloak_quarkus_frontend_url or keycloak_quarkus_hostname" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_hostname_strict_https or keycloak_quarkus_frontend_url or keycloak_quarkus_frontend_url or keycloak_quarkus_hostname" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_hostname_admin: "{{ keycloak_quarkus_admin_url }}"
|
keycloak_quarkus_hostname_admin: "{{ keycloak_quarkus_admin_url }}"
|
||||||
deprecated_variable: "keycloak_quarkus_admin_url" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_admin_url" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -111,7 +111,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_hostname_backchannel_dynamic: "{{ keycloak_quarkus_hostname_strict_backchannel == False }}"
|
keycloak_quarkus_hostname_backchannel_dynamic: "{{ keycloak_quarkus_hostname_strict_backchannel == False }}"
|
||||||
deprecated_variable: "keycloak_quarkus_hostname_backchannel_dynamic" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_hostname_backchannel_dynamic" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -126,7 +126,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_bootstrap_admin_user: "{{ keycloak_quarkus_admin_user }}"
|
keycloak_quarkus_bootstrap_admin_user: "{{ keycloak_quarkus_admin_user }}"
|
||||||
deprecated_variable: "keycloak_quarkus_admin_user" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_admin_user" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_bootstrap_admin_user: "{{ keycloak_quarkus_admin_pass }}"
|
keycloak_quarkus_bootstrap_admin_user: "{{ keycloak_quarkus_admin_pass }}"
|
||||||
deprecated_variable: "keycloak_quarkus_admin_pass" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_admin_pass" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
@@ -154,7 +154,7 @@
|
|||||||
changed_when: keycloak_quarkus_show_deprecation_warnings
|
changed_when: keycloak_quarkus_show_deprecation_warnings
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
keycloak_quarkus_http_host: "{{ keycloak_quarkus_bind_address }}"
|
keycloak_quarkus_http_host: "{{ keycloak_quarkus_bind_address }}"
|
||||||
deprecated_variable: "keycloak_quarkus_bind_address" # read in deprecation handler
|
keycloak_quarkus_deprecated_variable: "keycloak_quarkus_bind_address" # read in deprecation handler
|
||||||
notify:
|
notify:
|
||||||
- print deprecation warning
|
- print deprecation warning
|
||||||
|
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
---
|
---
|
||||||
- name: "Check if packages are already installed" # noqa command-instead-of-module this runs faster
|
- name: "Check if packages are already installed" # noqa command-instead-of-module this runs faster
|
||||||
ansible.builtin.command: "rpm -q {{ packages_list | join(' ') }}"
|
ansible.builtin.command: "rpm -q {{ packages_list | join(' ') }}"
|
||||||
register: rpm_info
|
register: keycloak_quarkus_rpm_info
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: false
|
failed_when: false
|
||||||
when: ansible_facts.os_family == "RedHat"
|
when: ansible_facts.os_family == "RedHat"
|
||||||
|
|
||||||
- name: "Add missing packages to the yum install list"
|
- name: "Add missing packages to the yum install list"
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
packages_to_install: "{{ packages_to_install | default([]) + rpm_info.stdout_lines | \
|
keycloak_quarkus_packages_to_install: "{{ keycloak_quarkus_packages_to_install | default([]) + keycloak_quarkus_rpm_info.stdout_lines | \
|
||||||
map('regex_findall', 'package (.+) is not installed$') | default([]) | flatten }}"
|
map('regex_findall', 'package (.+) is not installed$') | default([]) | flatten }}"
|
||||||
when: ansible_facts.os_family == "RedHat"
|
when: ansible_facts.os_family == "RedHat"
|
||||||
|
|
||||||
- name: "Install packages: {{ packages_to_install }}"
|
- name: "Install packages: {{ keycloak_quarkus_packages_to_install }}"
|
||||||
become: "{{ keycloak_quarkus_fastpackages_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_fastpackages_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name: "{{ packages_to_install }}"
|
name: "{{ keycloak_quarkus_packages_to_install }}"
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- packages_to_install | default([]) | length > 0
|
- keycloak_quarkus_packages_to_install | default([]) | length > 0
|
||||||
- ansible_facts.os_family == "RedHat"
|
- ansible_facts.os_family == "RedHat"
|
||||||
|
|
||||||
- name: "Install packages: {{ packages_list }}"
|
- name: "Install packages: {{ packages_list }}"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
enabled: true
|
enabled: true
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
- name: "Configure firewall for {{ keycloak.service_name }} http port"
|
- name: "Configure firewall for http port: {{ keycloak.service_name }}"
|
||||||
become: "{{ keycloak_quarkus_firewalld_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_firewalld_require_privilege_escalation | default(true) }}"
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
port: "{{ item }}"
|
port: "{{ item }}"
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
- "{{ keycloak_quarkus_http_port }}/tcp"
|
- "{{ keycloak_quarkus_http_port }}/tcp"
|
||||||
when: keycloak_quarkus_http_enabled | bool
|
when: keycloak_quarkus_http_enabled | bool
|
||||||
|
|
||||||
- name: "Configure firewall for {{ keycloak.service_name }} ports"
|
- name: "Configure firewall for ports: {{ keycloak.service_name }}"
|
||||||
become: "{{ keycloak_quarkus_firewalld_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_firewalld_require_privilege_escalation | default(true) }}"
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
port: "{{ item }}"
|
port: "{{ item }}"
|
||||||
|
|||||||
@@ -8,25 +8,25 @@
|
|||||||
- keycloak_quarkus_archive is defined
|
- keycloak_quarkus_archive is defined
|
||||||
- keycloak_quarkus_download_url is defined
|
- keycloak_quarkus_download_url is defined
|
||||||
- keycloak_quarkus_version is defined
|
- keycloak_quarkus_version is defined
|
||||||
- local_path is defined
|
- keycloak_quarkus_local_path is defined
|
||||||
quiet: true
|
quiet: true
|
||||||
|
|
||||||
- name: Check for an existing deployment
|
- name: Check for an existing deployment
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak.home }}"
|
path: "{{ keycloak.home }}"
|
||||||
register: existing_deploy
|
register: keycloak_quarkus_existing_deploy
|
||||||
|
|
||||||
- name: Stop and restart if existing deployment exists and install forced
|
- name: Stop and restart if existing deployment exists and install forced
|
||||||
when: existing_deploy.stat.exists and keycloak_quarkus_force_install | bool
|
when: keycloak_quarkus_existing_deploy.stat.exists and keycloak_quarkus_force_install | bool
|
||||||
block:
|
block:
|
||||||
- name: "Stop the old {{ keycloak.service_name }} service"
|
- name: "Stop the old service: {{ keycloak.service_name }}"
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
failed_when: false
|
failed_when: false
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
name: keycloak
|
name: keycloak
|
||||||
state: stopped
|
state: stopped
|
||||||
- name: "Remove the old {{ keycloak.service_name }} deployment"
|
- name: "Remove the old deployment: {{ keycloak.service_name }}"
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ keycloak_quarkus_home }}"
|
path: "{{ keycloak_quarkus_home }}"
|
||||||
@@ -36,9 +36,9 @@
|
|||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak_quarkus_home }}"
|
path: "{{ keycloak_quarkus_home }}"
|
||||||
register: existing_deploy
|
register: keycloak_quarkus_existing_deploy
|
||||||
|
|
||||||
- name: "Create {{ keycloak.service_name }} service user/group"
|
- name: "Create service user/group: {{ keycloak.service_name }}"
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: "{{ keycloak.service_user }}"
|
name: "{{ keycloak.service_user }}"
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
system: true
|
system: true
|
||||||
create_home: false
|
create_home: false
|
||||||
|
|
||||||
- name: "Create {{ keycloak.service_name }} install location"
|
- name: "Create install location: {{ keycloak.service_name }}"
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
dest: "{{ keycloak_quarkus_dest }}"
|
dest: "{{ keycloak_quarkus_dest }}"
|
||||||
@@ -65,29 +65,30 @@
|
|||||||
## check remote archive
|
## check remote archive
|
||||||
- name: Set download archive path
|
- name: Set download archive path
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
archive: "{{ keycloak_quarkus_dest }}/{{ keycloak.bundle }}"
|
keycloak_quarkus_archive_full_path: "{{ keycloak_quarkus_dest }}/{{ keycloak.bundle }}"
|
||||||
|
|
||||||
- name: Check download archive path
|
- name: Check download archive path
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ archive }}"
|
path: "{{ keycloak_quarkus_archive_full_path }}"
|
||||||
register: archive_path
|
register: keycloak_quarkus_archive_path
|
||||||
|
|
||||||
## download to controller
|
## download to controller
|
||||||
- name: Download keycloak archive
|
- name: Download keycloak archive
|
||||||
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
url: "{{ keycloak_quarkus_download_url }}"
|
url: "{{ keycloak_quarkus_download_url }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ keycloak_quarkus_local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
url_username: "{{ keycloak_quarkus_binary_download_user | default(omit) }}"
|
url_username: "{{ keycloak_quarkus_binary_download_user | default(omit) }}"
|
||||||
url_password: "{{ keycloak_quarkus_binary_download_pass | default(omit) }}"
|
url_password: "{{ keycloak_quarkus_binary_download_pass | default(omit) }}"
|
||||||
|
validate_certs: false
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: false
|
become: false
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- archive_path is defined
|
- keycloak_quarkus_archive_path is defined
|
||||||
- archive_path.stat is defined
|
- keycloak_quarkus_archive_path.stat is defined
|
||||||
- not archive_path.stat.exists
|
- not keycloak_quarkus_archive_path.stat.exists
|
||||||
- not keycloak.offline_install
|
- not keycloak.offline_install
|
||||||
- not rhbk_enable is defined or not rhbk_enable
|
- not rhbk_enable is defined or not rhbk_enable
|
||||||
|
|
||||||
@@ -95,9 +96,9 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
when:
|
when:
|
||||||
- archive_path is defined
|
- keycloak_quarkus_archive_path is defined
|
||||||
- archive_path.stat is defined
|
- keycloak_quarkus_archive_path.stat is defined
|
||||||
- not archive_path.stat.exists
|
- not keycloak_quarkus_archive_path.stat.exists
|
||||||
- rhbk_enable is defined and rhbk_enable
|
- rhbk_enable is defined and rhbk_enable
|
||||||
- not keycloak.offline_install
|
- not keycloak.offline_install
|
||||||
- keycloak_quarkus_alternate_download_url is undefined
|
- keycloak_quarkus_alternate_download_url is undefined
|
||||||
@@ -109,14 +110,15 @@
|
|||||||
product_type: DISTRIBUTION
|
product_type: DISTRIBUTION
|
||||||
product_version: "{{ rhbk_version }}"
|
product_version: "{{ rhbk_version }}"
|
||||||
product_category: "{{ rhbk_product_category }}"
|
product_category: "{{ rhbk_product_category }}"
|
||||||
register: rhn_products
|
validate_certs: false
|
||||||
|
register: keycloak_quarkus_rhn_products
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Determine install zipfile from search results
|
- name: Determine install zipfile from search results
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
rhn_filtered_products: "{{ rhn_products.results | selectattr('file_name', 'match', '[^/]*/' + rhbk_archive + '$') }}"
|
keycloak_quarkus_rhn_filtered_products: "{{ keycloak_quarkus_rhn_products.results | selectattr('file_name', 'match', '[^/]*/' + rhbk_archive + '$') }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
@@ -124,9 +126,10 @@
|
|||||||
middleware_automation.common.product_download: # noqa risky-file-permissions delegated, uses controller host user
|
middleware_automation.common.product_download: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
client_id: "{{ rhn_username }}"
|
client_id: "{{ rhn_username }}"
|
||||||
client_secret: "{{ rhn_password }}"
|
client_secret: "{{ rhn_password }}"
|
||||||
product_id: "{{ (rhn_filtered_products | first).id }}"
|
product_id: "{{ (keycloak_quarkus_rhn_filtered_products | first).id }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ keycloak_quarkus_local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
|
validate_certs: false
|
||||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
run_once: true
|
run_once: true
|
||||||
@@ -137,15 +140,15 @@
|
|||||||
run_once: true
|
run_once: true
|
||||||
become: false
|
become: false
|
||||||
when:
|
when:
|
||||||
- archive_path is defined
|
- keycloak_quarkus_archive_path is defined
|
||||||
- archive_path.stat is defined
|
- keycloak_quarkus_archive_path.stat is defined
|
||||||
- not archive_path.stat.exists
|
- not keycloak_quarkus_archive_path.stat.exists
|
||||||
- rhbk_enable is defined and rhbk_enable
|
- rhbk_enable is defined and rhbk_enable
|
||||||
- not keycloak.offline_install
|
- not keycloak.offline_install
|
||||||
- keycloak_quarkus_alternate_download_url is defined
|
- keycloak_quarkus_alternate_download_url is defined
|
||||||
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
ansible.builtin.get_url: # noqa risky-file-permissions delegated, uses controller host user
|
||||||
url: "{{ keycloak_quarkus_alternate_download_url }}"
|
url: "{{ keycloak_quarkus_alternate_download_url }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
dest: "{{ keycloak_quarkus_local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
url_username: "{{ keycloak_quarkus_download_user | default(omit) }}"
|
url_username: "{{ keycloak_quarkus_download_user | default(omit) }}"
|
||||||
url_password: "{{ keycloak_quarkus_download_pass | default(omit) }}"
|
url_password: "{{ keycloak_quarkus_download_pass | default(omit) }}"
|
||||||
@@ -153,8 +156,8 @@
|
|||||||
|
|
||||||
- name: Check downloaded archive
|
- name: Check downloaded archive
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
path: "{{ keycloak_quarkus_local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||||
register: local_archive_path
|
register: keycloak_quarkus_local_archive_path
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
become: false
|
become: false
|
||||||
run_once: true
|
run_once: true
|
||||||
@@ -162,35 +165,35 @@
|
|||||||
## copy and unpack
|
## copy and unpack
|
||||||
- name: Copy archive to target nodes
|
- name: Copy archive to target nodes
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "{{ local_path.stat.path }}/{{ keycloak.bundle }}"
|
src: "{{ keycloak_quarkus_local_path.stat.path }}/{{ keycloak.bundle }}"
|
||||||
dest: "{{ archive }}"
|
dest: "{{ keycloak_quarkus_archive_full_path }}"
|
||||||
owner: "{{ keycloak.service_user }}"
|
owner: "{{ keycloak.service_user }}"
|
||||||
group: "{{ keycloak.service_group }}"
|
group: "{{ keycloak.service_group }}"
|
||||||
mode: '0640'
|
mode: '0640'
|
||||||
register: new_version_downloaded
|
register: keycloak_quarkus_new_version_downloaded
|
||||||
when:
|
when:
|
||||||
- not archive_path.stat.exists
|
- not keycloak_quarkus_archive_path.stat.exists
|
||||||
- local_archive_path.stat is defined
|
- keycloak_quarkus_local_archive_path.stat is defined
|
||||||
- local_archive_path.stat.exists
|
- keycloak_quarkus_local_archive_path.stat.exists
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Check target directory: {{ keycloak.home }}/bin/"
|
- name: "Check target directory /bin/: {{ keycloak.home }}"
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ keycloak.home }}/bin/"
|
path: "{{ keycloak.home }}/bin/"
|
||||||
register: path_to_workdir
|
register: keycloak_quarkus_path_to_workdir
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
|
|
||||||
- name: "Extract Keycloak archive on target" # noqa no-handler need to run this here
|
- name: "Extract Keycloak archive on target" # noqa no-handler need to run this here
|
||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
remote_src: true
|
remote_src: true
|
||||||
src: "{{ archive }}"
|
src: "{{ keycloak_quarkus_archive_full_path }}"
|
||||||
dest: "{{ keycloak_quarkus_dest }}"
|
dest: "{{ keycloak_quarkus_dest }}"
|
||||||
creates: "{{ keycloak.home }}/bin/"
|
creates: "{{ keycloak.home }}/bin/"
|
||||||
owner: "{{ keycloak.service_user }}"
|
owner: "{{ keycloak.service_user }}"
|
||||||
group: "{{ keycloak.service_group }}"
|
group: "{{ keycloak.service_group }}"
|
||||||
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
become: "{{ keycloak_quarkus_install_require_privilege_escalation | default(true) }}"
|
||||||
when:
|
when:
|
||||||
- (not path_to_workdir.stat.exists) or new_version_downloaded.changed
|
- (not keycloak_quarkus_path_to_workdir.stat.exists) or keycloak_quarkus_new_version_downloaded.changed
|
||||||
notify:
|
notify:
|
||||||
- restart keycloak
|
- restart keycloak
|
||||||
|
|
||||||
@@ -198,7 +201,7 @@
|
|||||||
ansible.builtin.debug:
|
ansible.builtin.debug:
|
||||||
msg: "{{ keycloak.home }} already exists and version unchanged, skipping decompression"
|
msg: "{{ keycloak.home }} already exists and version unchanged, skipping decompression"
|
||||||
when:
|
when:
|
||||||
- (not new_version_downloaded.changed) and path_to_workdir.stat.exists
|
- (not keycloak_quarkus_new_version_downloaded.changed) and keycloak_quarkus_path_to_workdir.stat.exists
|
||||||
|
|
||||||
- name: "Copy private key to target"
|
- name: "Copy private key to target"
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
@@ -226,7 +229,7 @@
|
|||||||
- keycloak_quarkus_cert_file_copy_enabled is defined and keycloak_quarkus_cert_file_copy_enabled
|
- keycloak_quarkus_cert_file_copy_enabled is defined and keycloak_quarkus_cert_file_copy_enabled
|
||||||
- keycloak_quarkus_cert_file_src | length > 0
|
- keycloak_quarkus_cert_file_src | length > 0
|
||||||
|
|
||||||
- name: "Install {{ keycloak_quarkus_db_engine }} JDBC driver"
|
- name: "Install JDBC driver: {{ keycloak_quarkus_db_engine }}"
|
||||||
ansible.builtin.include_tasks: jdbc_driver.yml
|
ansible.builtin.include_tasks: jdbc_driver.yml
|
||||||
when:
|
when:
|
||||||
- rhbk_enable is defined and rhbk_enable
|
- rhbk_enable is defined and rhbk_enable
|
||||||
@@ -254,7 +257,7 @@
|
|||||||
version: "{{ item.maven.version | default(omit) }}"
|
version: "{{ item.maven.version | default(omit) }}"
|
||||||
username: "{{ item.maven.username | default(omit) }}"
|
username: "{{ item.maven.username | default(omit) }}"
|
||||||
password: "{{ item.maven.password | default(omit) }}"
|
password: "{{ item.maven.password | default(omit) }}"
|
||||||
dest: "{{ local_path.stat.path }}/{{ item.id }}.jar"
|
dest: "{{ keycloak_quarkus_local_path.stat.path }}/{{ item.id }}.jar"
|
||||||
delegate_to: "localhost"
|
delegate_to: "localhost"
|
||||||
run_once: true
|
run_once: true
|
||||||
loop: "{{ keycloak_quarkus_providers }}"
|
loop: "{{ keycloak_quarkus_providers }}"
|
||||||
@@ -263,7 +266,7 @@
|
|||||||
|
|
||||||
- name: "Copy maven providers"
|
- name: "Copy maven providers"
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: "{{ local_path.stat.path }}/{{ item.id }}.jar"
|
src: "{{ keycloak_quarkus_local_path.stat.path }}/{{ item.id }}.jar"
|
||||||
dest: "{{ keycloak.home }}/providers/{{ item.id }}.jar"
|
dest: "{{ keycloak.home }}/providers/{{ item.id }}.jar"
|
||||||
owner: "{{ keycloak.service_user }}"
|
owner: "{{ keycloak.service_user }}"
|
||||||
group: "{{ keycloak.service_group }}"
|
group: "{{ keycloak.service_group }}"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
# you can do so by deleting the data/tmp/kc-gzip-cache directory of the server distribution
|
# you can do so by deleting the data/tmp/kc-gzip-cache directory of the server distribution
|
||||||
# It can be useful for instance if you redeployed custom providers or custom themes without
|
# It can be useful for instance if you redeployed custom providers or custom themes without
|
||||||
# disabling themes caching in the previous server executions.
|
# disabling themes caching in the previous server executions.
|
||||||
- name: "Delete {{ keycloak.service_name }} theme cache directory"
|
- name: "Delete theme cache directory: {{ keycloak.service_name }}"
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ keycloak.home }}/data/tmp/kc-gzip-cache"
|
path: "{{ keycloak.home }}/data/tmp/kc-gzip-cache"
|
||||||
state: absent
|
state: absent
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user