[PR #3797] [MERGED] add new secretsmanager plan for web-v2023.8.x #2928

Open
opened 2025-10-09 18:14:02 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/3797
Author: @stefan0xC
Created: 8/24/2023
Status: Merged
Merged: 8/31/2023
Merged by: @dani-garcia

Base: mainHead: add-plans-all-endpoint


📝 Commits (1)

  • 33ef70c add minimal secretsmanager plan for web-v2023.8.x

📊 Changes

1 file changed (+17 additions, -0 deletions)

View changed files

📝 src/api/core/organizations.rs (+17 -0)

📄 Description

in web-v2023.8.x the getPlans() call was changed from /plans/ to /plans/all and the form to create new organizations also requires a bitwardenProduct to differentiate between plans for PasswordManager and the SecretsManager. by adding a second plan with "BitwardenProduct": 1 this should work again.


🔄 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/dani-garcia/vaultwarden/pull/3797 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/31/2023 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `add-plans-all-endpoint` --- ### 📝 Commits (1) - [`33ef70c`](https://github.com/dani-garcia/vaultwarden/commit/33ef70c1923f051dc8a9de5c724cafbd569ef534) add minimal secretsmanager plan for web-v2023.8.x ### 📊 Changes **1 file changed** (+17 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+17 -0) </details> ### 📄 Description in `web-v2023.8.x` the [`getPlans()`](https://github.com/bitwarden/clients/blob/627b39f6f378528107eacaa4053d79f8f3c14608/libs/common/src/services/api.service.ts#L891-L894) call was changed from `/plans/` to `/plans/all` and the form to create new organizations also [requires a bitwardenProduct](https://github.com/bitwarden/clients/blob/b403f2bcc79426abb9d8f02c391b7c8158876960/apps/web/src/app/billing/settings/organization-plans.component.ts#L140) to differentiate between plans for PasswordManager and the SecretsManager. by adding a second plan with `"BitwardenProduct": 1` this should work again. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:14:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2928