Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Operation] Validate configuration parameters passed to Compass Manager during Bootstrapping #178

Open
1 task
tobiscr opened this issue May 23, 2024 · 0 comments

Comments

@tobiscr
Copy link

tobiscr commented May 23, 2024

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:

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant