[PR #1647] [CLOSED] feat(upload): enhance AWS integration with role-based credentials and update environment variables #1768

Closed
opened 2026-02-26 20:30:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1647
Author: @kduprey
Created: 2/14/2025
Status: Closed

Base: mainHead: feature/add-support-for-vercel-aws-odic-auth


📝 Commits (1)

  • 0fdf42c feat(upload): enhance AWS integration with role-based credentials and update environment variables

📊 Changes

9 files changed (+27731 additions, -23196 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 docker/production/compose.yml (+1 -0)
📝 package-lock.json (+27694 -23172)
📝 package.json (+1 -0)
📝 packages/lib/package.json (+7 -5)
📝 packages/lib/universal/upload/server-actions.ts (+16 -15)
📝 packages/tsconfig/process-env.d.ts (+1 -0)
📝 render.yaml (+6 -4)
📝 turbo.json (+2 -0)

📄 Description


name: Pull Request
about: Submit changes to the project for review and inclusion

Description

Changes Made

  • Adds support for OIDC role based access with Vercel to AWS

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes


🔄 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/documenso/documenso/pull/1647 **Author:** [@kduprey](https://github.com/kduprey) **Created:** 2/14/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/add-support-for-vercel-aws-odic-auth` --- ### 📝 Commits (1) - [`0fdf42c`](https://github.com/documenso/documenso/commit/0fdf42c4305effa16fa8176430310546ed22899b) feat(upload): enhance AWS integration with role-based credentials and update environment variables ### 📊 Changes **9 files changed** (+27731 additions, -23196 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `docker/production/compose.yml` (+1 -0) 📝 `package-lock.json` (+27694 -23172) 📝 `package.json` (+1 -0) 📝 `packages/lib/package.json` (+7 -5) 📝 `packages/lib/universal/upload/server-actions.ts` (+16 -15) 📝 `packages/tsconfig/process-env.d.ts` (+1 -0) 📝 `render.yaml` (+6 -4) 📝 `turbo.json` (+2 -0) </details> ### 📄 Description --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description <!--- Describe the changes introduced by this pull request. --> <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> ## Changes Made <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> - Adds support for OIDC role based access with Vercel to AWS ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [x] I have added/updated tests that prove the effectiveness of these changes. - [x] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [x] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:30:59 +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/documenso#1768
No description provided.