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

Change CLI default TLS host name verification behavior #1478

Merged
merged 2 commits into from Apr 20, 2021

Conversation

wxing1292
Copy link
Contributor

What changed?

  • CLI TLS default to perform host name verification
  • Remove CLI TLS enable host verification flag, tls_enable_host_verification and tls-enable-host-verification
  • Add CLI TLS disable host verification flag tls_disable_host_verification and tls-disable-host-verification

Why?
Changing the default behavior for better security reasons

How did you test it?
Manual tests & CICD

Potential risks
CLI behavior breaking change

Is hotfix candidate?
No

@wxing1292 wxing1292 requested a review from a team April 20, 2021 18:43
* CLI TLS default to perform host name verification
* Remove CLI TLS enable host verification flag, `tls_enable_host_verification` and `tls-enable-host-verification`
* Add CLI TLS disable host verification flag `tls_disable_host_verification` and `tls-disable-host-verification`
tools/cassandra/main.go Outdated Show resolved Hide resolved
tools/cli/app.go Outdated Show resolved Hide resolved
tools/sql/main.go Outdated Show resolved Hide resolved
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

2 participants