mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #4305] [MERGED] feat(cli): add support for AWS Signature Authorization type #4745
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#4745
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/4305
Author: @jamesgeorge007
Created: 8/28/2024
Status: ✅ Merged
Merged: 8/30/2024
Merged by: @jamesgeorge007
Base:
next← Head:feat/cli-aws-signature-auth📝 Commits (1)
f088cacfeat: support AWS signature CLI auth type in the CLI📊 Changes
6 files changed (+231 additions, -6 deletions)
View changed files
📝
packages/hoppscotch-cli/package.json(+1 -0)📝
packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts(+24 -1)➕
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/collections/aws-signature-auth-coll.json(+101 -0)➕
packages/hoppscotch-cli/src/__tests__/e2e/fixtures/environments/aws-signature-auth-envs.json(+35 -0)📝
packages/hoppscotch-cli/src/utils/pre-request.ts(+67 -5)📝
pnpm-lock.yaml(+3 -0)📄 Description
#4142 adds support for the AWS Signature Authorization type in the UI. This PR extends support for the same in the CLI.
Closes HFE-568.
What's changed
Notes to reviewers
Save the request used while verifying the UI changes in #4142 to a collection and export it. Switch to this branch navigate to the CLI path locally and build it. Now, supply the collection file path along with the
testcommand and ensure the requests report a status code of200.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.