Skip to content

Commit

Permalink
simplify more
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 29, 2025
1 parent 883eec2 commit 5d8954d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_job.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ GRANT
echo "Creating realm: $realm_name"
# Check if realm exists
local status=$(curl -s -o /dev/null -w %%{http_code} \
curl -s -o /dev/null -w %%{http_code} \
-H "Authorization: Bearer $KC_TOKEN" \
"$KC_URL/auth/admin/realms/$realm_name")
"$KC_URL/auth/admin/realms/$realm_name"
# Create realm
curl -s -X POST \
Expand Down

0 comments on commit 5d8954d

Please sign in to comment.