-
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.
Previously, while requests would default to using the proxy due to the `https_proxy` environment variables set, it would be possible for applications to bypass this. By creating an additional `internal` network, and only allowing the updater containers to connect to that, we ensure that it can not make requests to the outside network. The proxy is connected to both the internal and external networks, so it can make outbound requests.
- Loading branch information
Jurre Stender
committed
Oct 22, 2021
1 parent
7f41a6d
commit 8f46f3b
Showing
4 changed files
with
42 additions
and
27 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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