Commit 7a254b7
Fix egress: use explicit us-central1-run.googleapis.com hostname (#3227)
## Summary
- `*.run.googleapis.com` doesn't match `us-central1-run.googleapis.com`
because it's a separate label under `googleapis.com`, not a subdomain of
`run.googleapis.com`
- Replace the wildcard with the explicit hostname
## Test plan
- [ ] Merge and dispatch compile workflow
- [ ] Verify deploy step resolves DNS and succeeds
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 13bdbde commit 7a254b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments