Run kcadm.sh commands via abra app commands #27
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?
I'd like to be able to script keycloak administration via keycloak's kcadm.sh admin CLI.
Exposing these commands in abra.sh would allow for the pattern
abra app cmd <app-name> app run_kcadm ...We would first need to authorize a session with
abra app cmd <app-name> app login_kcadmwhich would prompt for realm, user and password. Once a session is authorized we could userun_kcadmto run any commands.This would also allow for future additional
abra app cmdcommands for common CRUD tasks.See here for info about kcadm.sh https://www.keycloak.org/docs/latest/server_admin/index.html#admin-cli