-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Summary of request
Refactor the configuration of external validation endpoint.
Proposed solution: To be able to configure external validation endpoint during category registration (dictionary registration).
Details
Currently, the configuration for external validation is done by setting environment variables (implemented as described in ticket #110), this way of configuring is enough when categoryId and its properties are known, however, when a new category is created, (or a change in configuration is required), it is required to update the env variable with a further application restart to reload the configuration, which make the process difficult when application is already running in production.
Desired solution
Configure external validation endpoint during category registration (dictionary registration), where configuration is stored in the database along with category and dictionary registration.
This could be a solution to handle changes of configuration without application to restart.