Skip to content
This repository has been archived by the owner on Nov 18, 2019. It is now read-only.

Streamline CA and cert handling #59

Open
bikramnehra opened this issue Apr 17, 2019 · 1 comment
Open

Streamline CA and cert handling #59

bikramnehra opened this issue Apr 17, 2019 · 1 comment

Comments

@bikramnehra
Copy link

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
Copy link

weenxin commented Jun 12, 2019

I have the same problem too .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants