Validate the staging database role portably

d8dd91b08ca6 · AtlantisPleb · · parent d0d0fe339432

Validate the staging database role portably

Deploy story

What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.

Not deployed through the forge lane

No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.

Changed files

  • modified ops/staging/validate-isolation.sh

Diff

1 file changed, +7 -1

ops/staging/validate-isolation.sh modified +7 -1

@@ -66,7 +66,13 @@ jq -e '

66 66
' "$run_root/sql.json" >/dev/null
67 67
68 68
jq -e '
69
  any(.[]; .name == "openagents_staging" and .type == "BUILT_IN")
69
  any(
70
    .[];
71
    .name == "openagents_staging" and
72
    .kind == "sql#user" and
73
    .instance == "openagents-staging-postgres" and
74
    .host == ""
75
  )
70 76
' "$run_root/sql-users.json" >/dev/null
71 77
72 78
jq -e '

This page updates live while a promote is in flight · changelog