fix(authentication): update pathType to Prefix for authentication rules

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-23 01:17:18 +08:00
parent 1d3f06e008
commit 11cc1a4f89

View File

@ -32,8 +32,8 @@ authentication:
host: alpha.authentication.freeleaps.mathmast.com
class: nginx
rules:
- path: /*
pathType: ImplementationSpecific
- path: /
pathType: Prefix
backend:
service:
name: authentication-service