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(example): improve arg name used for tls skip verify #2385

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

michaeljmarshall
Copy link
Contributor

Motivation

Two examples have inverted parameters name verifySsl instead of tlsSkipVerify. This could lead someone to misuse the API and think they are enabling a secure setting when actually setting an insecure setting.

Modifications

Context

Technically, this is a breaking change in the variable names, but since it is an example, I think that's acceptable.

@michaeljmarshall
Copy link
Contributor Author

CLA signed.

@dnwe dnwe changed the title Fix argument name for tls configuration in example code fix(example): improve arg name used for tls skip verify Dec 13, 2022
@dnwe dnwe added the fix label Dec 13, 2022
@dnwe dnwe merged commit 8828f05 into IBM:main Dec 13, 2022
@michaeljmarshall michaeljmarshall deleted the improve-examples branch December 14, 2022 05:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants