Merge f1d642fee5
into 2c3b29c0b7
This commit is contained in:
commit
10e390b90f
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