Dots in service names

Hello,

We are utilizing the consul catalog provider. We have dots "." in our service names:
snarf.api.functions.v1

When attempting to modify router parameters with tags, I cannot utilize the provider generated router name as it includes "."s.

Is there an option besides redefining the router name that allows me to continue to utilize "." in service names?

example: traefik.http.routers.{snarf.api.functions.v1}.middlewares=some_middle_ware

1 Like

No way - provider config support service/router name with dot · Issue #7283 · traefik/traefik · GitHub