[PR #4825] [MERGED] fix: enable aws auth passthrough #4954

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/4825
Author: @CuriousCorrelation
Created: 3/5/2025
Status: Merged
Merged: 3/5/2025
Merged by: @jamesgeorge007

Base: patchHead: fix/relay-aws-auth


📝 Commits (1)

  • efb1058 fix: enable aws auth passthrough

📊 Changes

8 files changed (+71 additions, -9 deletions)

View changed files

📝 packages/hoppscotch-agent/src-tauri/Cargo.lock (+1 -1)
📝 packages/hoppscotch-desktop/plugin-workspace/relay/src/auth.rs (+36 -1)
📝 packages/hoppscotch-desktop/plugin-workspace/relay/src/interop.rs (+10 -0)
📝 packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/dist-js/index.d.ts (+8 -0)
📝 packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/dist-js/index.d.ts.map (+1 -1)
📝 packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/guest-js/index.ts (+9 -0)
📝 packages/hoppscotch-desktop/src-tauri/Cargo.lock (+2 -2)
📝 pnpm-lock.yaml (+4 -4)

📄 Description

This PR adds aws auth pass-through for relay, implementation is handled in the app already, see EffectiveURL.ts.


🔄 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/4825 **Author:** [@CuriousCorrelation](https://github.com/CuriousCorrelation) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/5/2025 **Merged by:** [@jamesgeorge007](https://github.com/jamesgeorge007) **Base:** `patch` ← **Head:** `fix/relay-aws-auth` --- ### 📝 Commits (1) - [`efb1058`](https://github.com/hoppscotch/hoppscotch/commit/efb1058a9cbd4bab1d48e16776e0bc4e1bdec383) fix: enable `aws` auth passthrough ### 📊 Changes **8 files changed** (+71 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-agent/src-tauri/Cargo.lock` (+1 -1) 📝 `packages/hoppscotch-desktop/plugin-workspace/relay/src/auth.rs` (+36 -1) 📝 `packages/hoppscotch-desktop/plugin-workspace/relay/src/interop.rs` (+10 -0) 📝 `packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/dist-js/index.d.ts` (+8 -0) 📝 `packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/dist-js/index.d.ts.map` (+1 -1) 📝 `packages/hoppscotch-desktop/plugin-workspace/tauri-plugin-relay/guest-js/index.ts` (+9 -0) 📝 `packages/hoppscotch-desktop/src-tauri/Cargo.lock` (+2 -2) 📝 `pnpm-lock.yaml` (+4 -4) </details> ### 📄 Description This PR adds `aws` auth pass-through for `relay`, implementation is handled in the app already, see `EffectiveURL.ts`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:26:45 +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#4954
No description provided.