Re-work keycloak account automation script #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://git.autonomic.zone/ruangrupa/toolshed/src/branch/main/add-users-keycloak.py needs to be re-written in
sh
as the keycloak container only has baresh
! Also, would be good to add a check to see if the user exists already so that we don't blow up their account by resetting their password or something.As it turns out, using the REST API is much a better alternative, see https://git.autonomic.zone/autonomic-cooperative/keycloak-collective-portal for more.
Done in https://git.autonomic.zone/ruangrupa/toolshed#add-users-keycloak-api-py.