1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00

Support 202202 patch 1 (#1129)

* remove survey notifications

* fixing old reference of IXF_IMPORTER_DAYS_UNTIL_TICKET through EnvironmentSettings, this setting is no longer controlled through that and should come straight from settings

* Bad API keys need to return 401 just like a bad user/pass. Presently they return 200. #1117

Co-authored-by: Stefan Pratter <stefan@20c.com>
Co-authored-by: David Poarch <dpoarch@20c.com>
This commit is contained in:
Matt Griswold
2022-03-17 18:38:50 -04:00
committed by GitHub
parent f212a79b43
commit c7dc2ea2aa
4 changed files with 142 additions and 1 deletions

View File

@ -652,6 +652,7 @@ MIDDLEWARE += (
"peeringdb_server.maintenance.Middleware",
"peeringdb_server.middleware.CurrentRequestContext",
"peeringdb_server.middleware.PDBCommonMiddleware",
"peeringdb_server.middleware.PDBPermissionMiddleware",
"oauth2_provider.middleware.OAuth2TokenMiddleware",
)