Gergő Tisza has uploaded a new change for review. https://gerrit.wikimedia.org/r/188222
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/22/188222/1 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: newchange Gerrit-Change-Id: Ia335de9f3d438851a8a2edd586cc4d752b4986f4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Gergő Tisza <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
