[PR #1030] [MERGED] chore: use rust based cms signing #1329

Closed
opened 2026-02-26 19:32:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1030
Author: @Mythie
Created: 3/15/2024
Status: Merged
Merged: 3/18/2024
Merged by: @Mythie

Base: mainHead: chore/add-rust-signer


📝 Commits (2)

  • 8859b27 chore: use rust based cms signing
  • 3c6cc7f Merge branch 'main' into chore/add-rust-signer

📊 Changes

15 files changed (+2573 additions, -273 deletions)

View changed files

📝 .env.example (+22 -4)
📝 apps/marketing/next.config.js (+1 -1)
📝 apps/web/next.config.js (+1 -1)
📝 package-lock.json (+2300 -247)
📝 package.json (+1 -0)
packages/signing/constants/byte-range.ts (+3 -0)
📝 packages/signing/helpers/add-signing-placeholder.ts (+5 -4)
packages/signing/helpers/update-signing-placeholder.test.ts (+72 -0)
packages/signing/helpers/update-signing-placeholder.ts (+39 -0)
📝 packages/signing/index.ts (+2 -0)
📝 packages/signing/package.json (+3 -3)
packages/signing/transports/google-cloud-hsm.ts (+79 -0)
📝 packages/signing/transports/local-cert.ts (+32 -13)
📝 packages/tsconfig/process-env.d.ts (+4 -0)
📝 turbo.json (+9 -0)

📄 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/documenso/documenso/pull/1030 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 3/18/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `chore/add-rust-signer` --- ### 📝 Commits (2) - [`8859b27`](https://github.com/documenso/documenso/commit/8859b2779fd3b7f6df4a0c4912172455ba9eb7bc) chore: use rust based cms signing - [`3c6cc7f`](https://github.com/documenso/documenso/commit/3c6cc7fd4613c52ebe455f5e393eea77861a8dc8) Merge branch 'main' into chore/add-rust-signer ### 📊 Changes **15 files changed** (+2573 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+22 -4) 📝 `apps/marketing/next.config.js` (+1 -1) 📝 `apps/web/next.config.js` (+1 -1) 📝 `package-lock.json` (+2300 -247) 📝 `package.json` (+1 -0) ➕ `packages/signing/constants/byte-range.ts` (+3 -0) 📝 `packages/signing/helpers/add-signing-placeholder.ts` (+5 -4) ➕ `packages/signing/helpers/update-signing-placeholder.test.ts` (+72 -0) ➕ `packages/signing/helpers/update-signing-placeholder.ts` (+39 -0) 📝 `packages/signing/index.ts` (+2 -0) 📝 `packages/signing/package.json` (+3 -3) ➕ `packages/signing/transports/google-cloud-hsm.ts` (+79 -0) 📝 `packages/signing/transports/local-cert.ts` (+32 -13) 📝 `packages/tsconfig/process-env.d.ts` (+4 -0) 📝 `turbo.json` (+9 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:48 +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#1329
No description provided.