Observe the following error message one declaration send to device:
{
"code": 500,
"declarationFullId": "",
"message": "POST http://admin:XXXXXX@localhost:8100/mgmt/tm/ltm/auth/radius-server/ response=400 body={\"code\":400,\"message\":\"\\\"secret\\\" is a required property and may not be set to \\\"none\\\" or an empty value\",\"errorStack\":[],\"apiError\":26214401}"
}
Expected Behavior
If we have md5-signature disabled we should not get md5-signature-passphrase with empty value.
Perhaps we should not get this at all.
Actual Behavior
None is converted as value which results in declaration deployment failure.
Environment
Application Services Version: 3.31.0 BIG-IP Version: 14.1.4
Summary
Declaration deployment fail if tcp profile have those options: md5-signature disabled md5-signature-passphrase none
Steps To Reproduce
Steps to reproduce the behavior:
result in:
Expected Behavior
If we have md5-signature disabled we should not get md5-signature-passphrase with empty value. Perhaps we should not get this at all.
Actual Behavior
None is converted as value which results in declaration deployment failure.