add_kcadm #28

Open
oxaliq wants to merge 4 commits from oxaliq/keycloak:add_kcadm into master

4 Commits

Author SHA1 Message Date
a6b84ce9b6 prepare kcadm release
Some checks failed
continuous-integration/drone/pr Build is failing
2026-04-03 12:07:18 -04:00
a85d4f3b8f add documentation for admin cli
Some checks failed
continuous-integration/drone/pr Build is failing
also updates initial setup documentation to reflect admin cli usage
in creating permanent admin user.
2026-04-01 11:28:04 -04:00
1fe630211a remove password option from kcadm authentication where possible 2026-04-01 10:54:18 -04:00
c6eb27e10c implement kcadm and changes to allow kcadm.sh to authenticate
in order to run kcadm.sh commands the script must authenticate to the REST API.
this commit includes an init_kc command that replaces the bootstrap user with
a permanent admin user (whose password is a docker swarm secret) that can be
used to authenticate before running kcadm commands. this reuses the secret
'admin_password' that was previously used as the password for the bootstrap
admin user.
2026-03-31 12:56:03 -04:00