Open alohr51 opened 4 years ago
Kabanero is moving towards requiring all components to use tsl. This issue may be less of a problem knowing that since all the links will then just start with https://
@alohr51 - Keeping this issue in the backlog and moving it out of Kabanero release 0.9.
Feature description
Some tools depend on whether the user enabled ssl via the cluster. This means that the link to the tool can be either http or https to start with.
The way we get the URL currently doesn't take into account whether ssl is enabled or not. We need to figure out a dynamic way to know whether to append http or https in front of the domain for each tool.
Feature design or visual mockup
Additional context