appscode / service-broker

Open Service Broker for AppsCode Cloud Services
https://appscode.com/products/service-broker/
Apache License 2.0
25 stars 7 forks source link

Streamline CA and cert handling #59

Open bikramnehra opened 5 years ago

bikramnehra commented 5 years ago

Currently, the service broker is generating its own CA and cert which is presented while communicating with any client trying to communicate with the broker:

https://github.com/appscode/service-broker/blob/master/chart/service-broker/templates/cluster-service-broker.yaml#L1-L5

This means that the client needs to have this CA in its trust store, which might not be desirable in some cases.

We need a better mechanism of handling certs, e.g one approach might be to provide an option to pass custom CA cert while performing the installation.

weenxin commented 5 years ago

I have the same problem too .