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(parsers.avro): Only attempt to read CA Cert file if filename is not empty string #13939

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

athornton
Copy link
Contributor

Required for all PRs

  • [n/a] Updated associated README.md.
  • [n/a] Wrote appropriate unit tests.
  • Pull request title or commits are in conventional commit format

resolves #13938

Moved the attempted opening of the CA cert file inside the check that that filename is not the empty string.

@telegraf-tiger telegraf-tiger bot added fix pr to fix corresponding bug plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins labels Sep 18, 2023
Copy link
Contributor

@powersj powersj left a comment

Choose a reason for hiding this comment

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

sorry about not catching this!

@athornton
Copy link
Contributor Author

Wow! That was really fast!

@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Sep 18, 2023
Copy link
Member

@srebhan srebhan left a comment

Choose a reason for hiding this comment

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

Also sorry from my side... How could I miss this? :-( Thanks for the fix @athornton!

@srebhan srebhan merged commit a542899 into influxdata:master Sep 19, 2023
@github-actions github-actions bot added this to the v1.28.2 milestone Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug plugin/parser 1. Request for new parser plugins 2. Issues/PRs that are related to parser plugins ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Avro schema registry query fails if p.CaCertPath is unspecified
3 participants