Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TLS TrustStore Configurable for WebSocket Proxy and Admin HTTP Requests #16

Open
michaeljmarshall opened this issue Apr 26, 2022 · 0 comments

Comments

@michaeljmarshall
Copy link
Member

When running with burnell enabled as part of the Pulsar Proxy, I am seeing the following error:

2022/04/26 05:49:39 error GET brokers https://pulsar-broker.default.svc.cluster.local:8443/admin/v2/brokers/pulsar error Get "https://pulsar-broker.default.svc.cluster.local:8443/admin/v2/brokers/pulsar": x509: certificate signed by unknown authority app=broker stats cache

Based on a quick look through the source code, there is no support for configuring the root CA when using self signed certs. This is already support using the TrustStore config for the pulsar+ssl protocol.

The same appears to be true for the websocket proxying done in burnell, although I am not sure if this feature is needed any more.

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

No branches or pull requests

1 participant