jenkins-bot has submitted this change and it was merged. Change subject: Clear Sentry disallowed IP list ......................................................................
Clear Sentry disallowed IP list Sentry disallows 127.0.0.1 which causes problems for Vagrant usage. Bug: T88068 Change-Id: Ia335de9f3d438851a8a2edd586cc4d752b4986f4 --- M puppet/modules/sentry/templates/sentry.conf.py.erb 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: BryanDavis: Looks good to me, approved jenkins-bot: Verified diff --git a/puppet/modules/sentry/templates/sentry.conf.py.erb b/puppet/modules/sentry/templates/sentry.conf.py.erb index 50b9565..e79dfd6 100644 --- a/puppet/modules/sentry/templates/sentry.conf.py.erb +++ b/puppet/modules/sentry/templates/sentry.conf.py.erb @@ -31,6 +31,7 @@ USE_X_FORWARDED_HOST = True SENTRY_ALLOW_ORIGIN = '*' +SENTRY_DISALLOWED_IPS = () SENTRY_WEB_HOST = '0.0.0.0' SENTRY_WEB_PORT = 9002 # 9000 is PHP-FVM, 9001 is Xdebug proxy -- To view, visit https://gerrit.wikimedia.org/r/188222 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia335de9f3d438851a8a2edd586cc4d752b4986f4 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Gergő Tisza <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
