fix(authentication): update pathType to Prefix for authentication rules
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
1d3f06e008
commit
11cc1a4f89
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user