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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:add-plans-all-endpoint📝 Commits (1)
33ef70cadd 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.xthegetPlans()call was changed from/plans/to/plans/alland 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": 1this should work again.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.