workfloworchestrator / orchestrator-ui-library

Component library for the orchestrator-ui (v2) which is published in npm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External link in production is pointing to dev systems

wouter1975 opened this issue · comments

SURF UI issue:

The IMS external link is referencing the dev IMS (port 4445) instead of port 4443.

Image

IMS_BASE_PATH should be:
at the moment IMS_BASE_PATH = '/surf/ims';
dev: https://ims-01.surfnet.nl:4445/
prod: https://ims-01.surfnet.nl:4443/ (edited)