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: min tls setting for webhook server #2118

Closed
kangsheng89 opened this issue Nov 16, 2022 · 0 comments · Fixed by #2119
Closed

Fix: min tls setting for webhook server #2118

kangsheng89 opened this issue Nov 16, 2022 · 0 comments · Fixed by #2119
Labels
bug Something isn't working

Comments

@kangsheng89
Copy link
Contributor

What happened?

default TLS version for webhook server on port 9443 is enabled with TLSv1.0 and TLSv1.1, which are deprecated due to known vulnerabilities and should be avoided.

this can be refer with issues from open-telemetry/opentelemetry-operator#1225

Steps to reproduce

running sslscan on port 9443

Expected behavior

TLSv1.0 and TLSv1.1 should be disable

Relevant log output

No response

Screenshot

image
this is my local test, where i portforward port 9443 to 10001

Additional context

No response

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response

@kangsheng89 kangsheng89 added the bug Something isn't working label Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant