We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://keda.sh/docs/2.15/operate/cluster/#http-tls-min-version states that
By default, KEDA uses TLS1.2 as a minimum TLS version given it is the lowest version without vulnerabilities
whereas, https://keda.sh/docs/2.15/reference/faq/#how-do-i-run-keda-with-tls-v1.3-only states that
By default, Keda listens on TLS v1.1 and TLSv1.2, with the default Golang ciphersuites.
As per the code, the former (minimum TLS v1.2) is correct
keda/pkg/util/tls_config.go
Lines 91 to 110 in 367fcd3
Documentation should correctly state that a minimum version of TLSv1.2 is used
Documentation states that TLSv1.1 and v1.2 are used
NA
No response
2.15.1
None
The text was updated successfully, but these errors were encountered:
Closing. This should have been created in the kedacore/keda-docs repo
Sorry, something went wrong.
No branches or pull requests
Report
https://keda.sh/docs/2.15/operate/cluster/#http-tls-min-version states that
whereas, https://keda.sh/docs/2.15/reference/faq/#how-do-i-run-keda-with-tls-v1.3-only states that
As per the code, the former (minimum TLS v1.2) is correct
keda/pkg/util/tls_config.go
Lines 91 to 110 in 367fcd3
Expected Behavior
Documentation should correctly state that a minimum version of TLSv1.2 is used
Actual Behavior
Documentation states that TLSv1.1 and v1.2 are used
Steps to Reproduce the Problem
NA
Logs from KEDA operator
No response
KEDA Version
2.15.1
Kubernetes Version
None
Platform
None
Scaler Details
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: