diff --git a/docs/deletion-request.md b/docs/deletion-request.md index c0aa264..54f85af 100644 --- a/docs/deletion-request.md +++ b/docs/deletion-request.md @@ -4,13 +4,13 @@ Required: -- auth.pub.solar ops user credentials +- auth.pub.solar `admin-cli` service user credentials - [SSH access to host `nachtigall`](./administrative-access.md#ssh-access) Run each of the following after SSH'ing to `nachtigall`: ``` -sudo --user keycloak kcadm.sh config credentials --config /tmp/kcadm.config --server http://localhost:8080 --realm pub.solar --user ops +sudo --user keycloak kcadm.sh config credentials --config /tmp/kcadm.config --server http://localhost:8080 --realm pub.solar --client admin-cli # Take note of user id in response from following command sudo --user keycloak kcadm.sh get --config /tmp/kcadm.config users --realm pub.solar --query email= diff --git a/docs/keycloak/keycloak-email-list.md b/docs/keycloak/keycloak-email-list.md index 37769c9..6331f4d 100644 --- a/docs/keycloak/keycloak-email-list.md +++ b/docs/keycloak/keycloak-email-list.md @@ -4,7 +4,6 @@ Required: -- auth.pub.solar ops user credentials - auth.pub.solar admin-cli service user credentials - [SSH access to host `nachtigall`](../administrative-access.md#ssh-access) diff --git a/docs/keycloak/keycloak-reset-user-password.md b/docs/keycloak/keycloak-reset-user-password.md index e10b9a5..4fc00be 100644 --- a/docs/keycloak/keycloak-reset-user-password.md +++ b/docs/keycloak/keycloak-reset-user-password.md @@ -4,7 +4,7 @@ Required: -- auth.pub.solar ops user credentials +- auth.pub.solar admin-cli service user credentials - [SSH access to host `nachtigall`](../administrative-access.md#ssh-access) Run the following after SSH'ing to `nachtigall`: @@ -12,7 +12,7 @@ Run the following after SSH'ing to `nachtigall`: ``` mkdir /tmp/keycloak-credential-reset -sudo --user keycloak kcadm.sh config credentials --config /tmp/kcadm.config --server http://localhost:8080 --realm pub.solar --user ops +sudo --user keycloak kcadm.sh config credentials --config /tmp/kcadm.config --server http://localhost:8080 --realm pub.solar --client admin-cli sudo --user keycloak kcadm.sh get --config /tmp/kcadm.config users --realm pub.solar | jq --raw-output '.[] | .id' > /tmp/keycloak-credential-reset/all-uuids diff --git a/docs/keycloak/keycloak-update-realm.md b/docs/keycloak/keycloak-update-realm.md index fe72978..b924c2e 100644 --- a/docs/keycloak/keycloak-update-realm.md +++ b/docs/keycloak/keycloak-update-realm.md @@ -4,7 +4,7 @@ Required: -- auth.pub.solar ops user credentials +- auth.pub.solar admin-cli service user credentials - [SSH access to host `nachtigall`](../administrative-access.md#ssh-access) Run the following after SSH'ing to `nachtigall`: