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
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user