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

Use new keystore with service gen cert/key. #212

Closed mezarin closed 4 years ago

mezarin commented 4 years ago

What was fixed? (Issue # or description of fix)

This is the counterpart of PR https://github.com/kabanero-io/kabanero-operator/pull/586. Both this PR and the mentioned PR 586 allow the console to use a secure Route with reencrypt TLS termination. This change will require some orchestration with PR 586 as the changes are interdependent.

Were the changes tested on

alohr51 commented 4 years ago

thanks @mezarin! and @kaczyns sounds good, I have to check first if this is a problem if the file doesn't exist

If it does fail - this might have to be added to the entry point script so it only does this if that file exists (thinking about local development where the file might not exist)

I'll do a quick test today for that scenario

alohr51 commented 4 years ago

thanks again @mezarin! per our convo I'm incorporating this into #214 so its an optional addition to the server.xml (only if the mounted keystore file exists)