kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Kabanero landing page doesn't show until cert is trusted #1

Open alohr51 opened 5 years ago

alohr51 commented 5 years ago

Describe the bug

The kabanero landing page does not show up in the OKD console until you go to the application URL and trust the self-signed certificate.

Expected behavior

The OKD console should show the kabanero tab on install and not have the user go accept the cert

mtamboli commented 5 years ago

What is the application URL?

mtamboli commented 5 years ago

Never mind. Got it. oc get route -n kabanero will give the URL for the landing page.

alohr51 commented 5 years ago

The browser makes you accept the self signed cert before its displayed - I don't think there is much we can do if the OKD setup doesn't have valid certificates, this is a larger problem that just the landing page.

On public cloud the infrastructure has signed certificates (that is done for you) and this is not a problem. Its only a problem on setups that do not have trusted certs installed.

jgawor commented 4 years ago

This will not fix the issue on private clusters but the landing page should be configured to use TLS edge termination. That will help the issue on public clusters that use proper certificates.