Commit a9f4367
committed
fix: Update VPC egress settings on GCP to only capture internal traffic
For social auth or SSO, we need to be able to make requests to external servers. setting the vpc_access.egress to ALL_TRAFFIC caused all traffic to be routed to the VPC, which had no outbound rules. We only need the VPC so that the services and jobs can access the DB and cache servers.1 parent c9cf423 commit a9f4367
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
| 190 | + | |
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| |||
0 commit comments