App links to custom domains point to wrong domain in the dashboard
Relates to: stackspin!1270 (merged)
We made all application URLs configurable, this means a few things:
- The back-end should read the ConfigMaps that contain the configured URLs. It should save these URLs somewhere (cache, DB, or maybe not cached but just reading the configmap every time?)
- The front-end should call the back-end for linking to an app
- This includes Hydra! So the sign-out link as well as maybe the sign in process should go through the Hydra domain configured in the CMs and available in the back-end.
- No more hardcoded URLs in the front-end. Also no hardcoded subdomains.
Edited by Maarten de Waard