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
{{ message }}
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
We have an increasingly complex settings engine for ADM. It is absolutely possible for mistakes to be made while specifying ADM settings (e.g.
{ "host": "example.com", "paths": [ {"value": "/", "matching": "prefix" }, {"value": "/path", "matching": "exact"} ] }We should reject settings that have these sort of conflicts:
/forprefixmatchesWill also need to determine failure policy (e.g. how errors are reported out and what actions to take when encountering errors.)
┆Issue is synchronized with this Jira Task
┆epic: Simplify Contile Settings Management