This commit is contained in:
caiyixiang 2017-09-15 19:23:00 +00:00 committed by GitHub
commit 10e390b90f

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,