You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current buffer size is too small to account for the size of the
session token along with the other values. The size I typically see is
587, however I increased the default size to 1024, which seems pretty
reasonable.
Addresses aws#2334
Please fill out the sections below to help us address your issue.
Version of AWS SDK for Go?
v1.16.0
Version of Go (
go version
)?go version go1.11.2 darwin/amd64
What issue did you see?
When using the new
credential_process
feature, it always fails with:Steps to reproduce
I have a custom CLI that I executed as follows to take advantage of
credential_process
:The problem is https://github.com/aws/aws-sdk-go/blob/master/aws/credentials/processcreds/provider.go#L145 is too small.
The text was updated successfully, but these errors were encountered: