Skip to content

Commit

Permalink
f5: [CreateToken] remove set basic auth
Browse files Browse the repository at this point in the history
close #43
  • Loading branch information
bcuisinier committed Aug 30, 2022
1 parent 6396d86 commit 40b72f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion f5/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 40b72f4

Please sign in to comment.