launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #24568
[Merge] lp:~cjwatson/canonical-mojo-specs/webhooks-proxy-image-builder into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk
Colin Watson has proposed merging lp:~cjwatson/canonical-mojo-specs/webhooks-proxy-image-builder into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
Commit message:
webhooks-proxy: Allow ubuntu.com and staging.ubuntu.com, for the image builder service.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~cjwatson/canonical-mojo-specs/webhooks-proxy-image-builder/+merge/381809
--
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/canonical-mojo-specs/webhooks-proxy-image-builder into lp:~canonical-launchpad-branches/canonical-mojo-specs/trunk.
=== modified file 'lp/mojo-lp-webhooks-proxy/production/deploy'
--- lp/mojo-lp-webhooks-proxy/production/deploy 2017-03-28 14:21:58 +0000
+++ lp/mojo-lp-webhooks-proxy/production/deploy 2020-04-07 09:11:24 +0000
@@ -23,6 +23,11 @@
185.125.191.207, 185.125.191.208,
# build.snapcraft.io.
162.213.33.209, 162.213.33.210,
+ # ubuntu.com / staging.ubuntu.com, used for webhooks
+ # related to the image builder service.
+ 91.189.88.180, 91.189.88.181,
+ 91.189.91.44, 91.189.91.45,
+ 185.125.191.38,
],
http_access: allow},
# Forbid internal networks since a lot of systems
=== modified file 'lp/mojo-lp-webhooks-proxy/qastaging/deploy'
--- lp/mojo-lp-webhooks-proxy/qastaging/deploy 2017-03-28 14:21:58 +0000
+++ lp/mojo-lp-webhooks-proxy/qastaging/deploy 2020-04-07 09:11:24 +0000
@@ -23,6 +23,11 @@
185.125.191.207, 185.125.191.208,
# build.snapcraft.io.
162.213.33.209, 162.213.33.210,
+ # ubuntu.com / staging.ubuntu.com, used for webhooks
+ # related to the image builder service.
+ 91.189.88.180, 91.189.88.181,
+ 91.189.91.44, 91.189.91.45,
+ 185.125.191.38,
],
http_access: allow},
# Forbid internal networks since a lot of systems
Follow ups