-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade boxes for SecureDrop 1.7.1 #5763
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #5763 +/- ##
========================================
Coverage 85.68% 85.68%
========================================
Files 52 52
Lines 3834 3834
Branches 472 472
========================================
Hits 3285 3285
Misses 442 442
Partials 107 107 Continue to review full report at Codecov.
|
Fetched the new boxes, saw 1.7.1 without a problem. During the traceback from /var/www/securedrop/loaddata.py
|
Encountered during review. The Source & Journalist WSGI files add the version whitelisting via env var, but the loaddata script doesn't do the same. As a quickfix, tacked on the env var to the command invocation in the "upgrade" scenario, since that's where I ran into it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Encountered a hiccup on first test, but patched it. Consider checking where else we need the openssl/cryptography env var. For now, this seems sufficient.
Status
Ready for Review
Description of Changes
Closes #5758
Changes proposed in this pull request:
Testing
make build-debs
make upgrade-start
(will take a while as it needs to fetch the boxes)make upgrade-test-local
completes without errorDeployment
Dev only