Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .devcontainer/docker-compose-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,11 @@ services:
interval: 5s
timeout: 10s
retries: 25
start_period: 30s
# long start_period to cover the initial cold `cargo run` compilation of
# harvest on a fresh checkout; failures during start_period don't count
# towards retries and a success flips it healthy immediately, so this
# costs nothing on warm starts
start_period: 1800s

trustee1:
profiles: ["full"]
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/scripts/config-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -z "$SUPER_ADMIN_TENANT_ID" ] \
then
echo "missing default environments for auto config"
else
cli step config \
step-cli step config \
--tenant-id "$SUPER_ADMIN_TENANT_ID" \
--endpoint-url "$HASURA_ENDPOINT" \
--keycloak-url "$KEYCLOAK_URL" \
Expand Down
Binary file modified packages/step-cli/rust-local-target/release/step-cli
Binary file not shown.
Loading