Skip to content

Commit 8ce23bc

Browse files
chore: add metadata to traefik rules
Signed-off-by: Berend Sliedrecht <berend@animo.id>
1 parent 4bee851 commit 8ce23bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ services:
3939
- node.labels.type == community
4040
labels:
4141
traefik.enable: "true"
42-
traefik.http.routers.openid4vc-app.rule: Host(`funke.animo.id`) && !PathPrefix(`/oid4vci`) && !PathPrefix(`/oid4vp`) && !PathPrefix(`/api`) && !PathPrefix(`/provider`) && !!PathPrefix(`/crl`)
42+
traefik.http.routers.openid4vc-app.rule: Host(`funke.animo.id`) && !PathPrefix(`/oid4vci`) && !PathPrefix(`/oid4vp`) && !PathPrefix(`/api`) && !PathPrefix(`/provider`) && !PathPrefix(`/payments-credential-metadata`) && !!PathPrefix(`/crl`)
4343
traefik.http.routers.openid4vc-app.entrypoints: web-secure
4444
traefik.http.routers.openid4vc-app.tls.certresolver: zerossl
4545
traefik.http.routers.openid4vc-app.service: openid4vc-app-service

0 commit comments

Comments
 (0)