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

Regression in v2.1262.0 - "Request is missing authentication token" #4286

Closed
whih0818 opened this issue Nov 28, 2022 · 20 comments
Closed

Regression in v2.1262.0 - "Request is missing authentication token" #4286

whih0818 opened this issue Nov 28, 2022 · 20 comments
Assignees
Labels
bug This issue is a bug. p0 This issue is the highest priority

Comments

@whih0818
Copy link

Describe the bug

We are using serverless framework.
When trying deploy serverless framework application to aws, failed with "Request is missing authentication token".

SigV4 Authorization header not exists on v2.1262.0, it failed.
So i forcelly downgrade with aws-sdk version to v2.1261.0 and it worked as expected.

image

Expected Behavior

Properly generate and fill 'Authorization' header with AWS V4 Signature

Current Behavior

Invalid 'Authorization' header configured

Reproduction Steps

Make Cloudformation describeStacks API call

Possible Solution

No response

Additional Information/Context

No response

SDK version used

v2.1262.0

Environment details (OS name and version, etc.)

debian 9, node 12.22.5

@whih0818 whih0818 added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Nov 28, 2022
@kayman-mk
Copy link

See #4285

@brainframe-me
Copy link

This is causing a lot of issues in the serverless world as well:
serverless/serverless#11561

@prashant9428
Copy link

solution- downgrade the SDK version untill the new release comes

@sbmvirdi
Copy link

+1

5 similar comments
@Drilmo
Copy link

Drilmo commented Nov 28, 2022

+1

@MehranJanfeshan
Copy link

+1

@MehranJanfeshan
Copy link

+1

@GauravRachchh
Copy link

+1

@BasilaryGroup
Copy link

+1

@ajredniwja ajredniwja self-assigned this Nov 28, 2022
@Antoniojfl
Copy link

+1

@trivikr trivikr removed the needs-triage This issue or PR still needs to be triaged. label Nov 28, 2022
@trivikr
Copy link
Member

trivikr commented Nov 28, 2022

The AWS SDK for JavaScript team is looking into this issue.

If anyone has a minimal repro, please add it as an issue comment.
We'll provide one, when we come across while triaging.

@trivikr
Copy link
Member

trivikr commented Nov 28, 2022

The v2.1262.0 changelog for reference: https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#212620

@trivikr
Copy link
Member

trivikr commented Nov 28, 2022

Commits between the releases v2.1261.0...v2.1262.0

The issue is likely in one of the following PRs:

@trivikr
Copy link
Member

trivikr commented Nov 28, 2022

Commits between releases v2.1259.0...v2.1262.0

There were no custom changes released in v2.1260.0 or v2.1261.0

@ajredniwja ajredniwja added the p0 This issue is the highest priority label Nov 28, 2022
@ajredniwja
Copy link
Member

Update: The team is currently working on pushing a fix.

@dsuhinin
Copy link

+1

@trivikr
Copy link
Member

trivikr commented Nov 28, 2022

Verified that fix from #4288 fixes the issue.

Refer Pull request in https://github.com/trivikr/serverless-aws-bug/pull/1
We're aiming to release this fix in v2.1263.0 within the next 24 hours.

@sobolk
Copy link

sobolk commented Nov 28, 2022

+1

@kim00425
Copy link

same here

@trivikr
Copy link
Member

trivikr commented Nov 29, 2022

Release v2.1263.0 is out, and verified that "Request is missing Authentication Token" error is no longer thrown.

andrmoel/serverless-aws-bug#2

@trivikr trivikr closed this as completed Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p0 This issue is the highest priority
Projects
None yet
Development

No branches or pull requests