-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add log message if SSL dual mode is enabled #16437
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16437 +/- ##
============================================
+ Coverage 72.03% 72.05% +0.02%
- Complexity 64998 65041 +43
============================================
Files 5313 5313
Lines 303293 303294 +1
Branches 43886 43886
============================================
+ Hits 218476 218545 +69
+ Misses 66863 66822 -41
+ Partials 17954 17927 -27 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
- I'm approving but needs a changelog so may need reapproal
- why is @peternied the only approver tagged here for review?
@dbwiddis wdyt about adding skip-changelog label to this PR? IMO changelog entry is not needed since there is already an entry for #16387. This PR is undoing an inadvertent removal of a logline w/ useful info. FYI the reason why @peternied is the only maintainer tagged is because of this entry in the CODEOWNERS file: https://github.com/opensearch-project/OpenSearch/blob/main/.github/CODEOWNERS#L18 |
Sure, if it's all within the same release, no need to include every fine tuning. |
* Add log message about dual mode enabled Signed-off-by: Craig Perkins <[email protected]> * Add log message about dual mode enabled Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 8eccbb5) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Add log message about dual mode enabled * Add log message about dual mode enabled --------- (cherry picked from commit 8eccbb5) Signed-off-by: Craig Perkins <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Small PR to add a logline back in that was inadvertently removed in #16387
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.