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

Add keystore file to liberty server if the Operator mounted it #213

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

Feature description

As part of kabanero-io/kabanero-operator#586 the console app will now need to reconfigure the liberty server depending if a keystore file was added by the operator.

This is similar to when the operator mounted a secret at /oauth and we needed to configure depending on whether it was available or not.

Feature design or visual mockup

Additional context