Merge "Set gcomm_cipher to an appropriate value if FIPS is enabled"

This commit is contained in:
Zuul 2022-12-16 21:38:03 +00:00 committed by Gerrit Code Review
commit c36e531d93
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ parameter_defaults:
# Add RabbitAdditionalErlArgs for FIPS
RabbitFIPS: true
# Override gcomm_cipher for FIPS
MysqlGaleraSSLCipher: 'ECDHE-RSA-AES256-GCM-SHA384'