You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
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:
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.
The text was updated successfully, but these errors were encountered: