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 6, 2024
1 parent e306840 commit aa9daa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Keycloak/update-kc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TKN=$(curl -s \
echo -e "CREATE Roles \n"
while read line
do
curl -sX POST "https://$KC_BASE_URL/$KC_REALM_ID/roles \
curl -sX POST "https://$KC_BASE_URL/$KC_REALM_ID/roles" \
--header "Authorization: Bearer $TKN" \
--header "Content-Type: application/json" \
--data-raw "$line"
Expand Down

0 comments on commit aa9daa5

Please sign in to comment.