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

No way to put the ldap certificate on the master nodes #326

Open tomassedovic opened 7 years ago

tomassedovic commented 7 years ago

The ldap_ca parameter is a path to the certificate on the master node, which gets passed directly to master-config.yaml.

Problem is, there's no way for people to get the file on there via Heat. We should support some sort of a file-passing mechanism so the deployer can say "use this file/url/contents as the ldap cert".