aixigo / PREvant

Composing Microservices into Reviewable and Testable Applications
MIT License
13 stars 10 forks source link

Fix Middleware Cross Referencing Issue #165

Closed schrieveslaach closed 6 months ago

schrieveslaach commented 6 months ago

When referencing PREvant's own middleware in the Traefik Ingress Routes that are created for the services in the applications, these middlewares have to be copied into the target namespace. Otherwise, Traefik won't be able to find them because since version 2.4.10 middleware referencing is only allowed within the same namespace.

Fixes #164

This PR also updates most dependencies.