Skip to content

Request - Refactor configuration of external validation #150

@leoraba

Description

@leoraba

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions