-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Create a new entry in ConfigMap that allows the admin to configure ssl_session_cache with builtin #7784
Comments
@rikatz: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
@jodevsa thanks for getting this one. Feel free to reach me if you have any questions. Good place to start looking: https://github.com/kubernetes/ingress-nginx/blob/main/internal/ingress/controller/config/config.go#L93 |
Thanks @rikatz happy to contribute :) I'm wondering how to implement it without breaking or changing the existing SSLSessionCacheSize config
I can add a new config like SSLSesssionBuiltinSize, but then what is the expected state if both SSLSessionCacheSize and SSLSessionCacheSize is defined. Also SSLSessionCacheSize doesn't express that the type is shared:SSL |
looks like we can have both
|
if we only need this to reproduce the case; One could set SSLSessionCacheSize to something like |
I think this is also mentioned in #7777
|
hum, if so then we can move forward yes :) Anyway, thanks for your help on this @jodevsa |
/triage accepted |
@iamNoah1 is there any work still needed for this issue? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
These options are present and can be configured by crreating a new entry in data selection of configmap. Is anything extra needs to be done for this ? |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Follow up on #7080
Related comment: #7080 (comment)
Create a new entry in ConfigMap that allows the admin to configure ssl_session_cache with builtin
THIS SHOULD BE DISABLED BY DEFAULT!!
This may be helpful for folks that still wants to use builtin cache, and trying also to find that nginx bug
Questions, please find us on #ingress-nginx-dev
/help
/good-first-issue
The text was updated successfully, but these errors were encountered: