Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:1.5
-
Epic Link:
-
Team:SQuaRE
-
Urgent?:No
Description
Since an nginx-ingress update in LTD Keeper (https://github.com/lsst-sqre/roundtable/pull/81) LTD Keeper has started using http URLs in its API rather than https.
The source of this issue is https://flask.palletsprojects.com/en/1.1.x/api/?highlight=url_for#flask.url_for
A potential solution is either hardcoding the scheme for flask's url_for API or trying the werkzeug "ProxyFix" middleware. https://werkzeug.palletsprojects.com/en/1.0.x/middleware/proxy_fix/