fix a bug of reference
This commit is contained in:
parent
2d6f811151
commit
f1d642fee5
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue