Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 28, 2025
1 parent bb7ad9a commit daff6ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config_job.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ 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 @@ -308,8 +311,7 @@ GRANT
}
# Fix PostgreSQL permissions for metrics
fix_metrics_permissions
}
fix_metrics_permissionsgst
# Login to Keycloak
echo "Logging in to Keycloak"
Expand Down

0 comments on commit daff6ad

Please sign in to comment.