Skip to content

refactor: move artifact resolution to a separate middleware

What does this MR do?

Move artifact resolution to a separate middleware.

Artifact resolution doesn't need to resolve a domain. This MR abstract it to a separate middleware so that once !738 (merged) is merged, we can delay domain resolution.

TODO

Merge request reports