uwasystemhealth / IndEAAv2

A web application that streamlines course review by industry advisory panels. A complete rewrite of https://github.com/uwasystemhealth/IndEAA
4 stars 1 forks source link

100 Fix for X-FORWARDED headers not being passed #101

Closed peter-tanner closed 2 years ago

peter-tanner commented 2 years ago

Change Summary

Adds these settings

USE_X_FORWARDED_HOST = True
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')

Change Form

Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.

Other Information

[Is there anything in particular in the review that I should be aware of?]

github-actions[bot] commented 2 years ago

:white_check_mark: Result of Pytest Coverage