fix middleware name

This commit is contained in:
Arlan Lloyd 2025-10-30 02:20:31 +00:00 committed by Zoe Roux
parent e8154c31ce
commit 5e20257202
No known key found for this signature in database

View File

@ -24,7 +24,7 @@ data:
entryPoints: entryPoints:
- web - web
middlewares: middlewares:
- phantomtest-api - phantom-token
service: phantomtest-api service: phantomtest-api
rule: "Host(`pt2.bitey.life`) && PathPrefix(`/`)" rule: "Host(`pt2.bitey.life`) && PathPrefix(`/`)"
phantomtest-wellknown: phantomtest-wellknown:
@ -38,7 +38,7 @@ data:
service: phantomtest-auth service: phantomtest-auth
rule: "Host(`pt2.bitey.life`) && PathPrefix(`/auth`)" rule: "Host(`pt2.bitey.life`) && PathPrefix(`/auth`)"
middlewares: middlewares:
phantomtest-api: phantom-token:
forwardAuth: forwardAuth:
address: "http://pt2.bitey.life/auth/jwt" address: "http://pt2.bitey.life/auth/jwt"
authRequestHeaders: authRequestHeaders: