[PR #286] fix aws sigv4 signing #208

Open
opened 2025-12-29 07:19:52 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mountain-loop/yaak/pull/286
Author: @lbenedix
Created: 10/29/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (5)

  • 817f1a2 fix aws sigv4 signing
  • 8acabe7 Merge branch 'mountain-loop:main' into main
  • 364957e don't get credentials from profile when accessKeyId or secretAccessKey are not set
  • 614ec98 Merge branch 'main' into main
  • a2791ac Merge branch 'main' into main

📊 Changes

3 files changed (+1356 additions, -301 deletions)

View changed files

📝 package-lock.json (+1312 -293)
📝 plugins/auth-aws/package.json (+1 -0)
📝 plugins/auth-aws/src/index.ts (+43 -8)

📄 Description

No description provided


🔄 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/mountain-loop/yaak/pull/286 **Author:** [@lbenedix](https://github.com/lbenedix) **Created:** 10/29/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (5) - [`817f1a2`](https://github.com/mountain-loop/yaak/commit/817f1a242b8a07a0bd5936246aa78f0a87c9a217) fix aws sigv4 signing - [`8acabe7`](https://github.com/mountain-loop/yaak/commit/8acabe7e1cbb9f37873083e1d185bfe2a1875568) Merge branch 'mountain-loop:main' into main - [`364957e`](https://github.com/mountain-loop/yaak/commit/364957e48f92fc2359dfcffa1ebbd663d2588f4e) don't get credentials from profile when accessKeyId or secretAccessKey are not set - [`614ec98`](https://github.com/mountain-loop/yaak/commit/614ec983c85f2bfa251b88e779c3e4310cddbc69) Merge branch 'main' into main - [`a2791ac`](https://github.com/mountain-loop/yaak/commit/a2791aca041aff06de664a7236bc76b3fcabb6e6) Merge branch 'main' into main ### 📊 Changes **3 files changed** (+1356 additions, -301 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1312 -293) 📝 `plugins/auth-aws/package.json` (+1 -0) 📝 `plugins/auth-aws/src/index.ts` (+43 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 07:19:52 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/yaak#208