You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2021. It is now read-only.
In a conversation with @KennethNagin, we've found an issue trying to deploy TourGuide in a cluster. After exposing to the host the following services at the following ports:
Orion: 1026
CEP: 8080
IDM: 443
TourGuide: 80
The application fails when redirecting the 'Log in' to IDM. The issue is caused for several reasons:
Assumes that the application is being deployed at http://tourguide.
The environment variables IDM_HOSTNAME and TOURGUIDE_HOSTNAME
Ater making the HOST at IDM provision at IDM configurable, we will need to modify the environment variables IDM_HOSTNAME and TOURGUIDE_HOSTNAME matching the requirements.