-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add a way to configure the cipher suite used for TLS #1605
Comments
Thanks for the issue. I suspect what we should do is allow the user to limit the hard-coded ciphers. I think this would be like performing a For example, if this is the hardcoded list:
And this is the user-provided list:
The resulting ciphers will actually be configured:
|
You mean an intersection right. Not a Union. I believe that should solve the current issue |
Hello team, I have one customer requests adding the ability to configure the ciphers to Pinniped. RSA_WITH_AES_128_CBC_SHA |
I will start this work for opensource Pinniped soon. Adding the feature to a product that uses Pinniped (such as TKGm) is a different scope of work. |
Is your feature request related to a problem? Please describe.
Currently the cipher suites used by pinniped for TLS are hard-coded. So there is no way to configure them based on user specific requirements.
Describe the solution you'd like
Allow a config which can override/add/limit the hard-coded ciphers.
The text was updated successfully, but these errors were encountered: