← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/canonical-mojo-specs/snap-proxy-people-ubuntu-com into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk

 

Colin Watson has proposed merging lp:~cjwatson/canonical-mojo-specs/snap-proxy-people-ubuntu-com into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.

Commit message:
snap-proxy: Allow people.ubuntu.com

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/canonical-mojo-specs/snap-proxy-people-ubuntu-com/+merge/391803

This is a site where Ubuntu members can publish read-only content to the public, so there's no reason not to permit it here.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/canonical-mojo-specs/snap-proxy-people-ubuntu-com into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
=== modified file 'lp/mojo-lp-snap-proxy/production/deploy'
--- lp/mojo-lp-snap-proxy/production/deploy	2020-09-29 21:31:12 +0000
+++ lp/mojo-lp-snap-proxy/production/deploy	2020-10-05 10:05:27 +0000
@@ -106,6 +106,9 @@
                         91.189.94.216,
                         # gopkg.in, used by some Go-based snap builds.
                         91.189.92.74, 91.189.92.75, 91.189.92.76,
+                        # people.ubuntu.com, which serves read-only content for
+                        # Ubuntu members.
+                        91.189.94.199¸
                         # Edge networks, excluding office satellites.  This
                         # allows archive.ubuntu.com and security.ubuntu.com
                         # in a way that should be reasonably safe and

=== modified file 'lp/mojo-lp-snap-proxy/qastaging/deploy'
--- lp/mojo-lp-snap-proxy/qastaging/deploy	2020-09-29 22:01:12 +0000
+++ lp/mojo-lp-snap-proxy/qastaging/deploy	2020-10-05 10:05:27 +0000
@@ -109,6 +109,9 @@
                         91.189.94.216,
                         # gopkg.in, used by some Go-based snap builds.
                         91.189.92.74, 91.189.92.75, 91.189.92.76,
+                        # people.ubuntu.com, which serves read-only content for
+                        # Ubuntu members.
+                        91.189.94.199¸
                         # Edge networks, excluding office satellites.  This
                         # allows archive.ubuntu.com and security.ubuntu.com
                         # in a way that should be reasonably safe and


Follow ups