-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Cannot configure GRPC TLS minimum version #6270
Comments
I think that it's a good feature supporting a configuration for the min TLS version for GRPC. are you willing to open a PR? |
Yeah, a separate ENV variable would make sense here |
I'll open a PR |
@JorTurFer would appreciate your feedback on the PR. If that's good to go - I'll open chart nad docs PRs as well. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Report
no supported versions satisfy MinVersion and MaxVersion
For http client we allow setting the min TLS version with
KEDA_HTTP_MIN_TLS_VERSION
. Not sure why we don't allow configuring the value for grpc client as well.Expected Behavior
KEDA_HTTP_MIN_TLS_VERSION
) or introduce a different one.Actual Behavior
For grpc client - the min tls version is hardcoded to 1.3.
Steps to Reproduce the Problem
If you want to see FIPS issue:
go 1.23.2
withGOEXPERIMENT=boringcrypto
KEDA Version
2.15.0
Kubernetes Version
1.30
Platform
Any
Scaler Details
No response
Anything else?
In Go main branch they approved TLS 1.3 for FIPS but in 1.23.2 it's still not there.
The text was updated successfully, but these errors were encountered: