Skip to content

Commit

Permalink
Update update-kc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JavaDeveloper456788 authored Dec 16, 2024
1 parent a05ba25 commit 1334fa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ echo -e "CREATE Clients \n"


jq -c '.[]' clients.sh | while read -r client; do
echo -e "client json : $client\n"
result=$(curl -s -v -w "%{http_code}" -X POST "$KC_BASE_URL/$KC_REALM_ID/clients" \
--header "Authorization: Bearer $TKN" \
--header "Content-Type: application/json" \
Expand Down

0 comments on commit 1334fa2

Please sign in to comment.