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

Configuration of external validation endpoint #110

Open
leoraba opened this issue Nov 15, 2024 · 0 comments
Open

Configuration of external validation endpoint #110

leoraba opened this issue Nov 15, 2024 · 0 comments
Assignees

Comments

@leoraba
Copy link
Contributor

leoraba commented Nov 15, 2024

Summary of request

Validation endpoint requires a basic configuration in order to perform checks of ID fields.

Details

  • Add required configuration properties to AppConfig and BaseDependencies . For instance validator should contain an array of category, entity and field to enable search.
  • To make sure these configuration is valid we need to validate category, entity and field against the dictionary on that category
  • Combination of category and entity should be unique
  • Every request into the validator endpoint should check if category, entity and field exists in configuration, If not, return 404 Not found response.

Related to issues:

#109

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

2 participants