|
service_account_user = keycloak_admin.get_client_service_account_user( |
|
created_client_id |
|
) |
The code above should NOT run for clients which do not have a service account (which is all of them except for renku-data-services or webhool-alerts, etc.). Not sure what was the intention here.
renku/scripts/init-realm/init-realm.py
Lines 168 to 170 in fa4aa89
The code above should NOT run for clients which do not have a service account (which is all of them except for
renku-data-servicesorwebhool-alerts, etc.). Not sure what was the intention here.