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 host: alpha.authentication.freeleaps.mathmast.com
class: nginx class: nginx
rules: rules:
- path: /* - path: /
pathType: ImplementationSpecific pathType: Prefix
backend: backend:
service: service:
name: authentication-service name: authentication-service