Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 28, 2025
1 parent daff6ad commit ca9b417
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions config_job.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ GRANT
return 1
}
function wait_for_keycloak {
# Function to login to Keycloak admin console
function login {
local token=$(curl -s -X POST "$KC_URL/auth/realms/master/protocol/openid-connect/token" \
Expand Down Expand Up @@ -311,7 +308,7 @@ GRANT
}
# Fix PostgreSQL permissions for metrics
fix_metrics_permissionsgst
fix_metrics_permissions
# Login to Keycloak
echo "Logging in to Keycloak"
Expand Down Expand Up @@ -355,6 +352,6 @@ GRANT
restart_server
echo "Keycloak configuration completed successfully"
exit 0
CONFIG
}

0 comments on commit ca9b417

Please sign in to comment.