Skip to content

Commit 8dc10e9

Browse files
authored
fix: hostname url on scuba service user creation (#8)
1 parent a11ca01 commit 8dc10e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/scuba/create-service-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "[setup] Creating scuba service user..."
99
SERVICE_CREDS_JSON=$(AWS_ACCESS_KEY_ID="$MANAGEMENT_ACCESS_KEY" \
1010
AWS_SECRET_ACCESS_KEY="$MANAGEMENT_SECRET_KEY" \
1111
AWS_REGION="$REGION" \
12-
./bin/ensureServiceUser apply scuba --iam-endpoint http:/127.0.0.1:8600)
12+
./bin/ensureServiceUser apply scuba --iam-endpoint http://127.0.0.1:8600)
1313

1414
SERVICE_ACCESS_KEY=$(echo "$SERVICE_CREDS_JSON" | jq -r '.data.AccessKeyId')
1515
SERVICE_SECRET_KEY=$(echo "$SERVICE_CREDS_JSON" | jq -r '.data.SecretAccessKey')

0 commit comments

Comments
 (0)