add new secretsmanager plan for web-v2023.8.x #1490

Closed
opened 2026-04-06 01:58:51 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @stefan0xC on 8/24/2023

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.

*Originally created by @stefan0xC on 8/24/2023* 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1490