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
It's possible that a wrong configuration parameter could lead to a misbehaviour of the Compass Manager. To minimise the risk, we are going to validate the provided parameters (as far as we can vlaidate them) for a proper value.
Validation should cover:
Check whether all required parameters are set
Correct type of the parameter (integer, string etc.)
Check for exhausted boundaries (too big, small values)
URLs should be reachable etc.
AC:
Enhance CM to apply basic validation checks during the boostrapping. If a worng value is provided, let the CM fail with a meaningful error message
Reasons
Prevent the risk of misconfiguration of CM and potential misbehaviour during runtime
Attachments
The text was updated successfully, but these errors were encountered:
Description
It's possible that a wrong configuration parameter could lead to a misbehaviour of the Compass Manager. To minimise the risk, we are going to validate the provided parameters (as far as we can vlaidate them) for a proper value.
Validation should cover:
AC:
Reasons
Prevent the risk of misconfiguration of CM and potential misbehaviour during runtime
Attachments
The text was updated successfully, but these errors were encountered: