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

make webhook server support ipv6 listen #1811

Closed
wants to merge 1 commit into from

Conversation

lidajia
Copy link

@lidajia lidajia commented Nov 2, 2024

use IPv4 compatibility mode for the webhook port listen

Ⅰ. Describe what this PR does

Fix the issue where the webhook port does not support IPv6 listening configuration, and use IPv4 compatibility mode to listen to the webhook port

Ⅱ. Does this pull request fix one issue?

Ⅲ. Describe how to verify it

The Webhook service listens to both IPv4 and IPv6 protocols

Ⅳ. Special notes for reviews

use IPv4 compatibility mode to listen to the webhook port

Signed-off-by: lidajia <[email protected]>
@lidajia lidajia closed this Nov 2, 2024
Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.97%. Comparing base (0d0031a) to head (79612ce).
Report is 112 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1811      +/-   ##
==========================================
+ Coverage   47.91%   49.97%   +2.05%     
==========================================
  Files         162      192      +30     
  Lines       23491    24634    +1143     
==========================================
+ Hits        11256    12311    +1055     
- Misses      11014    11046      +32     
- Partials     1221     1277      +56     
Flag Coverage Δ
unittests 49.97% <ø> (+2.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant