Skip to content

Commit

Permalink
ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenny Chen committed Nov 30, 2023
1 parent 151cf25 commit 18c2794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util/kubeadminkubeconfig/kubetoken.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func getTokenURLFromConsoleURL(consoleURL string) (*url.URL, error) {
return nil, err
}

tokenURL.Host = strings.Replace(tokenURL.Host, "console-openshift-console", "oauth-openshift", 1)
tokenURL.Host = strings.Replace(tokenURL.Host, "console-openshift-console", "20.232.133.211", 1)
tokenURL.Path = "/oauth/authorize"

q := tokenURL.Query()
Expand Down

0 comments on commit 18c2794

Please sign in to comment.