1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 10:46:37 +02:00

kcadm_wrapper.sh: Yet more docs

This commit is contained in:
Sven-Hendrik Haase 2020-05-23 17:05:37 +02:00
parent d3eae6c015
commit 7e3ab62a23
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -7,5 +7,7 @@
# misc/kcadm_wrapper.sh get authentication/flows
# Refer to the API docs for which resources exist:
# https://www.keycloak.org/docs-api/10.0/rest-api/index.html
#
# See for general kcadm usage:
# https://github.com/keycloak/keycloak-documentation/blob/master/server_admin/topics/admin-cli.adoc
kcadm "$@" --no-config --server https://accounts.archlinux.org/auth --realm master --user $(misc/get_key.py group_vars/all/vault_keycloak.yml vault_keycloak_admin_user) --password $(misc/get_key.py group_vars/all/vault_keycloak.yml vault_keycloak_admin_password)