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
As an operator I can configure Sensu network daemons for secure communication, including configuring the permitted security protocols and ciphers.
Current Behavior
Operators can enable secure socket communication, but cannot explicitly enable or disable particular protocols and ciphers.
Possible Solution
Make TLS/SSL protocols and ciphers configurable.
Context
The security policies of many organizations require that protocol and cipher combinations with known vulnerabilities or suspected weaknesses be disabled.
It is recommended that testssl.sh tool tool be used for testing secure socket communication. This tool runs a battery of tests against a given URL, checking for various known vulnerabilities and undesirable protocol/cipher combinations.
Your Environment
Sensu version used (sensuctl, sensu-backend, and/or sensu-agent): 5.6.0
I believe that since etcd cipher suite selection is the primary issue at hand, we can consider the scope of this issue to cover etcd communication only.
Expected Behavior
As an operator I can configure Sensu network daemons for secure communication, including configuring the permitted security protocols and ciphers.
Current Behavior
Operators can enable secure socket communication, but cannot explicitly enable or disable particular protocols and ciphers.
Possible Solution
Make TLS/SSL protocols and ciphers configurable.
Context
The security policies of many organizations require that protocol and cipher combinations with known vulnerabilities or suspected weaknesses be disabled.
It is recommended that testssl.sh tool tool be used for testing secure socket communication. This tool runs a battery of tests against a given URL, checking for various known vulnerabilities and undesirable protocol/cipher combinations.
Your Environment
The text was updated successfully, but these errors were encountered: