You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add configuration to sensu-backend that allows users to specify a comma-separate list of cipher suites for the backend's API server (the server that sensuctl connects to).
Test the service with https://github.com/drwetter/testssl.sh with a known-good and a known-bad set of ciphers to ensure that the feature is working as expected.
The text was updated successfully, but these errors were encountered:
Ahh, this is a thing. As is, the hard coded list does not support Windows Server 2012 R2. Not that I advocate supporting that, and secure by default is good, but allowing folks to specify the cipher suites to allow would be nice : )
Spec
Add configuration to sensu-backend that allows users to specify a comma-separate list of cipher suites for the backend's API server (the server that sensuctl connects to).
If the option is not specified, the server should use the default ciphers that are configured in https://github.com/sensu/sensu-go/blob/master/api/core/v2/tls.go.
Testing
Test the service with https://github.com/drwetter/testssl.sh with a known-good and a known-bad set of ciphers to ensure that the feature is working as expected.
The text was updated successfully, but these errors were encountered: