diff --git a/f5/client.go b/f5/client.go index 3a23c13..7ab323d 100644 --- a/f5/client.go +++ b/f5/client.go @@ -113,7 +113,6 @@ func CreateToken(baseURL, user, password, loginProvName string) (string, time.Ti } tokReq.Header.Add("Content-Type", "application/json") - tokReq.SetBasicAuth(user, password) resp, err := c.c.Do(tokReq) if err != nil {