fix a bug of reference

This commit is contained in:
caiyixiang 2017-08-30 10:13:40 +08:00
parent 2d6f811151
commit f1d642fee5

View file

@ -174,7 +174,7 @@ func (a authReq) Parse(ing *extensions.Ingress) (interface{}, error) {
return &External{
URL: str,
Host: ur.Hostname(),
Host: ur.Host,
SigninURL: signin,
Method: m,
SendBody: sb,