1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-11 18:45:34 +00:00

fix stupid

This commit is contained in:
Felix Grzelka 2026-05-28 09:39:48 +00:00
parent 1a4757a7ab
commit 39bc413623

View file

@ -1121,7 +1121,7 @@ class KeycloakAPI:
:param username: Username of the user to fetch.
:param realm: Realm in which the user resides; default 'master'
"""
self._get_users(username=username, realm=realm)
return self._get_users(username=username, realm=realm)
def get_service_account_user_by_client_id(self, client_id, realm: str = "master"):
"""Fetch a keycloak service account user within a realm based on its client_id.