-
Notifications
You must be signed in to change notification settings - Fork 975
Allow the controller configure tls-cipher-suites and tls-min-version via command line params #2083
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
Conversation
Thanks! |
Also, the diff in nmap you showed is with the default values right? |
@yuvalk mind having a look here? |
yes, Now updated to the results after using VersionTLS12 |
37f33b7
to
7edc962
Compare
39c46e2
to
06c48de
Compare
need to run inv helmdocs to regenerate the docs for the helm parameters |
Head branch was pushed to by a user without write access
06c48de
to
8b39cdf
Compare
The version of helm-docs I am using is too new and has been returned to the same version as ci.
|
Head branch was pushed to by a user without write access
8b39cdf
to
5e81bfb
Compare
sorry for late comment here, but just had the time to check this. |
OK, it is no problem to delete the default value of ciphersuites and let the users who need it configure it themselves. |
Head branch was pushed to by a user without write access
question is, then what happens by default? the idea is to have a sane default.. |
The effect of updating the default value has been updated in PR opening comment,You can see that the time of nmap output log has been updated. It seems that leaving the default value blank has a good effect. |
then I dont think it's good enough, there are still insecure ciphers in that list |
so just follow the NIST guidelines ?
|
@yuvalk |
@fedepaol |
looks good, waiting for one last ack from @yuvalk |
thanks, sending to merge |
@klzsysy mind squashing before I merge? |
28a82b2
to
98bfd4e
Compare
done |
Head branch was pushed to by a user without write access
98bfd4e
to
e73d08c
Compare
613a6d4
to
a48d171
Compare
Sorry I left this behind. I see now that needs rebasing? Mind doing so so I will merge? |
b2b91e9
to
74e8bd1
Compare
It should be possible to merge now |
74e8bd1
to
dc34ed1
Compare
sent to the merge queue |
…via command line params Set the default tls min version to VersionTLS12 Set the default tls cipher suites to mozilla's recommended values Signed-off-by: Siyi.Yang <siyi.yang@smartx.com> Co-authored-by: Federico Paolinelli <fpaoline@redhat.com>
dc34ed1
to
8ac05b1
Compare
This PR changes controller webhook server tls security config
changes:
Before
after