fabric8-launcher / launcher-operator

This operator helps enabling the Launcher on an Openshift cluster.
4 stars 11 forks source link

Add support for api url and cluster configuration in the Launcher CR #39

Closed JameelB closed 5 years ago

JameelB commented 5 years ago

The OpenShift cluster configuration currently defaults to the local OpenShfit cluster resulting in the Authorize link in the OpenShift deployment to always point to openshift-v3 identity provider.

image

Launcher will always default to use this configuration because the API URL is always set during reconcile. This should instead set this value from the custom resource and allow it to be empty if not specified in order to use other OpenShift cluster configuration.

The cluster configuration specified in the custom resource should also be set in the openshift-clusters.yaml configmap.