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 SkipTLSHandshake optional function to CustomDialer #1147

Merged
merged 2 commits into from Nov 30, 2022

Conversation

wallyqs
Copy link
Member

@wallyqs wallyqs commented Nov 29, 2022

Follow up from #1146

This adds a small interface SkipTLSHandshake() bool that when implemented a CustomDialer may opt into skipping the handshake if not needed by the dialer implementation.

/cc @oderwat

This option to skip the TLS wrapper is meant to be used if a custom
dialer already handled the TLS handshake. I discussed my use case,
which is using NATS from a Wasm module running in the browser in
Slack with @derekcollison. There may be other use cases when the
custom dialer is using some kind of tunneling, for example.
Copy link
Collaborator

@piotrpio piotrpio left a comment

Choose a reason for hiding this comment

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

This looks good. Would be nice to have documentation on this though. As skipTLSDialer will not be visible in godoc, I would suggest to document this either on CustomDialer interface or CustomDialer field on Options.

@piotrpio
Copy link
Collaborator

@wallyqs Also, staticcheck complains about:

ws_test.go:900:2: this value of nc is never used (SA4006)

Copy link
Collaborator

@piotrpio piotrpio left a comment

Choose a reason for hiding this comment

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

LGTM! One check still failing (field skipTLS unused), I've added a suggestion.

example_test.go Outdated Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Nov 29, 2022

Coverage Status

Coverage increased (+0.02%) to 85.869% when pulling 65b7870 on custom-dialer-skip-tls into 398a1ec on main.

Signed-off-by: Waldemar Quevedo <wally@nats.io>

Co-authored-by: Piotr Piotrowski <piotr@synadia.com>
@wallyqs wallyqs merged commit 907b219 into main Nov 30, 2022
@wallyqs wallyqs deleted the custom-dialer-skip-tls branch November 30, 2022 00:02
@oderwat
Copy link
Contributor

oderwat commented Nov 30, 2022

I want to thank all of you that worked on this and got it upstream so quickly!

@piotrpio piotrpio mentioned this pull request Dec 5, 2022
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.

None yet

4 participants