redhat-openstack / openshift-on-openstack

A place to write templates, docs etc. for deploying OpenShift on OpenStack.
Apache License 2.0
136 stars 87 forks source link

enable injection of custom ca cert into trust chain #332

Closed markllama closed 7 years ago

markllama commented 7 years ago

Originally from @wrichter This version includes updates to all loadbalancer options.

This allows you to enter a trusted ca cert to the openshift nodes and bastion host. This solves the issue https://bugzilla.redhat.com/show_bug.cgi?id=1419182 for me.

To use it, simply add a another parameter to your environment file as such:

trusted_ca_cert: | -----BEGIN CERTIFICATE----- <... CERT CONTENT ...> -----END CERTIFICATE-----

markllama commented 7 years ago

@tomassedovic notes that I can retain @wrichter commits and lay the refinements in as additional ones to retain citation. Closing and resubmitting.