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

fix: Infer TLS based on scheme of server string #4891

Closed

Conversation

purplefox
Copy link
Contributor

Description

Fixes: #4885

Now we infer whether tls is enabled for the KsqlRestClient based on the server connect string.

Testing done

Updated tests

Reviewer checklist

  • Ensure docs are updated if necessary. (eg. if a user visible feature is being added or changed).
  • Ensure relevant issues are linked (description should include text like "Fixes #")

@purplefox purplefox requested a review from a team as a code owner March 25, 2020 09:15
@purplefox purplefox changed the title fix: infer tls based on scheme of server string fix: Infer TLS based on scheme of server string Mar 25, 2020
@purplefox purplefox requested a review from vcrfxia March 25, 2020 10:56
@vcrfxia
Copy link
Contributor

vcrfxia commented Mar 25, 2020

Hey @purplefox , I found a slight issue with this fix and opened #4893 to address it. What do you think?

@purplefox
Copy link
Contributor Author

purplefox commented Apr 1, 2020

@vcrfxia Do you see any further issues with this (based on #4893 being merged too). If not could you approve?

@purplefox
Copy link
Contributor Author

Ah, nvm, didn't realise you already merged the other one!

@purplefox purplefox closed this Apr 1, 2020
@purplefox purplefox deleted the infer_tls_from_scheme branch April 28, 2020 07:21
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.

Cannot use CLI to connect to HTTPS server
2 participants