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

feat(tls): allow setting renegotiation method #12302

Merged
merged 3 commits into from
Dec 7, 2022

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Nov 29, 2022

This allows the user to specify the renegotiation method used by the TLS client. By default, this is and will continue to be set to never. However, a user can now also set this to once or freely to allow for additional renegotiation attempts.

fixes: #3832

This allows the user to specify the renegotiation method used by the TLS
client. By default, this is and will continue to be set to never.
However, a user can now also set this to once or freely to allow for
additional renegotiation attempts.

fixes: influxdata#3832
@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Nov 29, 2022
@telegraf-tiger
Copy link
Contributor

@powersj powersj marked this pull request as ready for review December 2, 2022 16:11
@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 Dec 2, 2022
Copy link
Contributor

@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.

Looks good to me. Thanks @powersj!

@srebhan srebhan assigned powersj and unassigned srebhan Dec 5, 2022
@powersj powersj merged commit da0c186 into influxdata:master Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin 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.

Allow configuring TLS renegotiation in http_response input
2 participants