[PR #4311] [MERGED] chore: AWS Signature Authorization type flow updates #4747

Closed
opened 2026-03-17 02:15:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4311
Author: @anwarulislam
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @jamesgeorge007

Base: nextHead: chore/minor-aws-sign-changes


📝 Commits (8)

  • c6932f0 chore: default placeholder
  • 294092c chore: service token added
  • ebe29f4 chore: select headers by default
  • 986b79e chore: cleanup
  • 5f8d49c chore: cleanup
  • 47ce021 Merge branch 'chore/minor-aws-sign-changes' of github.com:anwarulislam/hoppscotch into chore/minor-aws-sign-changes
  • eb98e40 chore: i18n string
  • 2ee9d25 test: bump timeout

📊 Changes

8 files changed (+92 additions, -41 deletions)

View changed files

📝 packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts (+2 -2)
📝 packages/hoppscotch-common/locales/en.json (+2 -1)
📝 packages/hoppscotch-common/src/components/graphql/Authorization.vue (+18 -0)
📝 packages/hoppscotch-common/src/components/graphql/Headers.vue (+1 -0)
📝 packages/hoppscotch-common/src/components/http/Authorization.vue (+25 -9)
📝 packages/hoppscotch-common/src/components/http/authorization/AWSSign.vue (+35 -28)
📝 packages/hoppscotch-common/src/helpers/graphql/connection.ts (+3 -1)
📝 packages/hoppscotch-common/src/helpers/utils/EffectiveURL.ts (+6 -0)

📄 Description

This PR cleans up a couple of things to the AWS Signature auth type feature alongside other improvements:

  • Shows a placeholder text with the default value us-east-1 in the service region field.
  • Picks Headers as the default Pass by type for AWS Signature and API key authorization types.
  • Respects the value supplied for the session token field.
  • Bumps the timeout for a few test cases under the CLI suite.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/4311 **Author:** [@anwarulislam](https://github.com/anwarulislam) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `next` ← **Head:** `chore/minor-aws-sign-changes` --- ### 📝 Commits (8) - [`c6932f0`](https://github.com/hoppscotch/hoppscotch/commit/c6932f0284c2a12e2e095868d407ce3d11eeb627) chore: default placeholder - [`294092c`](https://github.com/hoppscotch/hoppscotch/commit/294092ce690f17d3e935b84fddc45dbc0c5376b9) chore: service token added - [`ebe29f4`](https://github.com/hoppscotch/hoppscotch/commit/ebe29f4dfa8e2fd84deb2a412281c4dc0944f1a0) chore: select headers by default - [`986b79e`](https://github.com/hoppscotch/hoppscotch/commit/986b79e83f05e20b2b7a072ed0840f79496be270) chore: cleanup - [`5f8d49c`](https://github.com/hoppscotch/hoppscotch/commit/5f8d49c410b2c8385e4304e702cf06671ed95d04) chore: cleanup - [`47ce021`](https://github.com/hoppscotch/hoppscotch/commit/47ce021b8ff07d5c64f85be5f3860054d58957aa) Merge branch 'chore/minor-aws-sign-changes' of github.com:anwarulislam/hoppscotch into chore/minor-aws-sign-changes - [`eb98e40`](https://github.com/hoppscotch/hoppscotch/commit/eb98e4065cdba3333d0a0132e90f0850828d45b4) chore: i18n string - [`2ee9d25`](https://github.com/hoppscotch/hoppscotch/commit/2ee9d251fdb5ac15d6e7297d2b5951a2813637f2) test: bump timeout ### 📊 Changes **8 files changed** (+92 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-cli/src/__tests__/e2e/commands/test.spec.ts` (+2 -2) 📝 `packages/hoppscotch-common/locales/en.json` (+2 -1) 📝 `packages/hoppscotch-common/src/components/graphql/Authorization.vue` (+18 -0) 📝 `packages/hoppscotch-common/src/components/graphql/Headers.vue` (+1 -0) 📝 `packages/hoppscotch-common/src/components/http/Authorization.vue` (+25 -9) 📝 `packages/hoppscotch-common/src/components/http/authorization/AWSSign.vue` (+35 -28) 📝 `packages/hoppscotch-common/src/helpers/graphql/connection.ts` (+3 -1) 📝 `packages/hoppscotch-common/src/helpers/utils/EffectiveURL.ts` (+6 -0) </details> ### 📄 Description This PR cleans up a couple of things to the AWS Signature auth type feature alongside other improvements: - Shows a placeholder text with the default value `us-east-1` in the service region field. - Picks `Headers` as the default `Pass by` type for AWS Signature and API key authorization types. - Respects the value supplied for the session token field. - Bumps the timeout for a few test cases under the CLI suite. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:15:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4747
No description provided.