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

Add support for TLS auth #15

Merged
merged 2 commits into from
Aug 6, 2020
Merged

Add support for TLS auth #15

merged 2 commits into from
Aug 6, 2020

Conversation

simonswine
Copy link
Collaborator

This exposes the client auth flags from the upstream library.

I am currently working to configure pulsar with TLS so I can test it.

Fixes #5

@simonswine simonswine requested a review from jtlisi August 5, 2020 16:38
@simonswine simonswine force-pushed the support-tls-client-auth branch 2 times, most recently from ed4991e to f3fe571 Compare August 6, 2020 10:16
@simonswine
Copy link
Collaborator Author

I have tested a TLS connection locally. I think all the flags work as expected. Only --pulsar.insecure-skip-tls-validate-hostname seems to be not working upstream.

If you want to reproduce that is what I am using: https://github.com/simonswine/grafana-local-dev/blob/3380705694a3be92ceffcd4d015220b6882cf9d9/jsonnet/docker-compose/pulsar/main.jsonnet

Copy link

@jtlisi jtlisi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@simonswine simonswine merged commit 7348451 into master Aug 6, 2020
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

Successfully merging this pull request may close these issues.

Support authentication
2 participants