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 bare `sh`! 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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
https://git.autonomic.zone/ruangrupa/toolshed/src/branch/main/add-users-keycloak.py needs to be re-written in
shas 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.