Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Regression - AWS IAM auth 'Content-Length' header causes validation error when sent as number instead of string or []strings #6131

Closed
aantono opened this issue Jan 30, 2019 · 2 comments
Assignees
Milestone

Comments

@aantono
Copy link
Contributor

aantono commented Jan 30, 2019

It appears that the 1.0 line has introduced the regression to the #3763

With 1.0.2, when doing AWS IAM auth using STS headers, if Content-Length value is a number instead of a string, i.e. 43, the bug resurfaces again. Given that the headers content comes from AWS SDK, it is not feasible to change that (short of manually re-parse every value and convert non-strings to strings, which is tedious).

@aantono
Copy link
Contributor Author

aantono commented Jan 30, 2019

Linking #2810

@jefferai jefferai added this to the 1.0.3 milestone Jan 30, 2019
@kalafut kalafut self-assigned this Jan 30, 2019
kalafut pushed a commit that referenced this issue Jan 30, 2019
kalafut added a commit that referenced this issue Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants