mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 03:06:01 +02:00
Enable BACKEND service to route external traffic through VPC on Sandbox (#2199)
This commit is contained in:
parent
59720a207d
commit
08838e091f
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,12 @@
|
|||
<include path="/*.html" expiration="1d"/>
|
||||
</static-files>
|
||||
|
||||
<!-- Enable external traffic to go through VPC, required for static ip -->
|
||||
<vpc-access-connector>
|
||||
<name>projects/domain-registry-sandbox/locations/us-central1/connectors/appengine-connector</name>
|
||||
<egress-setting>all-traffic</egress-setting>
|
||||
</vpc-access-connector>
|
||||
|
||||
<!-- Prevent uncaught servlet errors from leaking a stack trace. -->
|
||||
<static-error-handlers>
|
||||
<handler file="error.html"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue