ff7bc29c77
FIPS requires rabbit to start up in FIPS mode or it will generate an ed25519 key by default on startup. The Rabbit FIPS flag sets the appropriate parameters for this to happen. Change-Id: I755ef460ca06fdc5bed3a05bba75c63b288b3af8
10 lines
273 B
YAML
10 lines
273 B
YAML
parameter_defaults:
|
|
# Set ISCSI Chap algorithms to specifically disallow MD5
|
|
IscsidCHAPAlgorithms: 'SHA3-256,SHA256,SHA1'
|
|
|
|
# Set SnmpdReadonlyUserAuthType to not be 'MD5'
|
|
SnmpdReadonlyUserAuthType: 'SHA'
|
|
|
|
# Add RabbitAdditionalErlArgs for FIPS
|
|
RabbitFIPS: true
|