ansible-middleware / keycloak

Collection to install and configure Keycloak or Red Hat Single Sign-On / Red Hat Build of Keycloak
Apache License 2.0
95 stars 53 forks source link

SSSD Federation does not run setup script #174

Open aph3rson opened 8 months ago

aph3rson commented 8 months ago
SUMMARY

When defining an SSSD federation type, two prerequisites need to be met for SSSD to work in Keycloak:

The bin/federation-sssd-setup.sh script included with Keycloak will do this mostly - however, it assumes Keycloak runs as root, rather than the specified user in the module.

This should be ran (or a derivative of it) when setting up an SSSD federation type.

ISSUE TYPE
ANSIBLE VERSION
COLLECTION VERSION
ansible [core 2.16.3]
  config file = None
  configured module search path = ['/home/ubuntu/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /home/ubuntu/.local/lib/python3.10/site-packages/ansible
  ansible collection location = /home/ubuntu/.ansible/collections:/usr/share/ansible/collections
  executable location = /home/ubuntu/.local/bin/ansible
  python version = 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] (/usr/bin/python3)
  jinja version = 3.0.3
  libyaml = True
guidograzioli commented 6 months ago

https://github.com/keycloak/keycloak/pull/28887