jhu-idc / iDC-general

Contains non-code-base specific tickets relating to the Islandora8 for Digital Collection project
0 stars 0 forks source link

[Testing] Update nightly test to use Traefik URL instead of localhost #468

Closed jabrah closed 2 years ago

jabrah commented 2 years ago

It seems that localhost is blocked as of the merging of the trusted hosts PR https://github.com/jhu-idc/idc-isle-dc/pull/283, causing a JWT check in the nightly test to fail. Changing localhost to islandora-idc.traefik.me allows this check to run again.

For now, this only seems to effect the nightly test, but we should watch out for unforeseen issues if any other part of the system makes calls to localhost for some reason