debugging

This commit is contained in:
franz.germann 2025-03-03 13:40:34 +01:00
parent b804f2293f
commit d0fb858a81

View file

@ -378,7 +378,7 @@ spec:
-H "Authorization: bearer ${KEYCLOAK_TOKEN}" \
-X PUT ${KEYCLOAK_URL}/admin/realms/cnoe/clients/${CLIENT_ID}/default-client-scopes/${CLIENT_SCOPE_GROUPS_ID}
=$(curl -sS -H "Content-Type: application/json" \
curl -sS -H "Content-Type: application/json" \
-H "Authorization: bearer ${KEYCLOAK_TOKEN}" \
-X GET ${KEYCLOAK_URL}/admin/realms/cnoe/clients/${CLIENT_ID} | jq -e -r '.secret')