-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tolerate https scheme & update docs (#8)
* Tolerate https scheme & update docs Private networks may need to have the policy updated for VPC endpoints, otherwise gitpod-network-check will fail. * Cleanup
- Loading branch information
Showing
3 changed files
with
89 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
log-level: debug # Options: debug, info, warning, error | ||
region: eu-central-1 | ||
main-subnets: subnet-0a195092eb78c7674, subnet-05db6651c2ef39639 | ||
pod-subnets: subnet-00a5f0d10253fb33c, subnet-09f658fd789fc9b84 | ||
https-hosts: accounts.google.com, github.com | ||
main-subnets: subnet-017c6a80f4879d851, subnet-0215744d52cd1c01f | ||
pod-subnets: subnet-00a118009d1d572a5, subnet-062288af00ba50d86 | ||
https-hosts: accounts.google.com, https://github.com |