зеркало из https://github.com/golang/oauth2.git
fix: remove content-type header from idms get requests
This commit is contained in:
Родитель
3a6776ada7
Коммит
c425f2d3b1
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче