mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3169] [feature]: Support AWS Signature Version 4 authentication #1047
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zejji on GitHub (Jul 1, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3169
Is there an existing issue for this?
Summary
Since AWS accounts for a sizable proportion of global hosting, it would be helpful to support the AWS v4 signing protocol (cf. Postman's support): https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html
For me, the absence of this feature means that I cannot use Hoppscotch in my work environment.
Why should this be worked on?
It is currently not feasible to call APIs that use AWS v4 auth.
Technically one could implement the logic (https://docs.aws.amazon.com/IAM/latest/UserGuide/create-signed-request.html) in a pre-request script, but owing to Hoppscotch's inability to allow importing of external npm modules, this is not realistic either.
Accordingly, it would be helpful to add AWS v4 auth as one of the inbuilt auth options.
@forresthopkinsa commented on GitHub (Jul 10, 2023):
I'd like to pile on here – this is a showstopper for my use case
@liyasthomas commented on GitHub (Jun 1, 2025):
Hoppscotch version 2025.5.0 and later now support AWS Signature v4. Please update your Hoppscotch version and share your feedback.