Skip to content

Commit

Permalink
fix: remove content-type header from idms get requests
Browse files Browse the repository at this point in the history
  • Loading branch information
BigTailWolf committed Mar 11, 2024
1 parent 3a6776a commit c425f2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion google/externalaccount/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ func (cs *awsCredentialSource) getMetadataSecurityCredentials(roleName string, h
if err != nil {
return result, err
}
req.Header.Add("Content-Type", "application/json")

for name, value := range headers {
req.Header.Add(name, value)
Expand Down

0 comments on commit c425f2d

Please sign in to comment.