-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
CDN/networkIssues related to our CDN, users having problems connecting to PyPIIssues related to our CDN, users having problems connecting to PyPIbug 🐛developer experienceAnything that improves the experience for Warehouse devsAnything that improves the experience for Warehouse devstestingTest infrastructure and individual testsTest infrastructure and individual tests
Description
We ran into a VCL issue when deploying the new WebAuthn feature #5795. That's because: in dev, there's no caching layer, so if a new PR introduces a route that takes query parameters, it works locally, but in prod, if new routes are added, and if they have query parameters, and they're not in the caching whitelist (in https://github.com/python/pypi-infra ), things will break.
Should we add a CI test and fail the build? signal the problem as part of the deploy pipeline script?
(idea by @woodruffw)
woodruffw and pradyunsg
Metadata
Metadata
Assignees
Labels
CDN/networkIssues related to our CDN, users having problems connecting to PyPIIssues related to our CDN, users having problems connecting to PyPIbug 🐛developer experienceAnything that improves the experience for Warehouse devsAnything that improves the experience for Warehouse devstestingTest infrastructure and individual testsTest infrastructure and individual tests