We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looking at the docs, and the configuration struct for Jetstream, it doesn't seem like TLS Client Authentication can be used.
components-contrib/pubsub/jetstream/metadata.go
Lines 24 to 36 in e639685
I wonder if it is a trivial addition?
The text was updated successfully, but these errors were encountered:
Looks like an else if could be added here:
else if
components-contrib/pubsub/jetstream/jetstream.go
Lines 50 to 57 in e639685
And the NATS client has an example of connecting via TLS:
https://github.com/nats-io/nats.go#tls
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Looking at the docs, and the configuration struct for Jetstream, it doesn't seem like TLS Client Authentication can be used.
components-contrib/pubsub/jetstream/metadata.go
Lines 24 to 36 in e639685
I wonder if it is a trivial addition?
The text was updated successfully, but these errors were encountered: