Fix organization vault export #1990

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

Originally created by @BlackDex on 9/24/2022

Since v2022.9.x it seems they changed the export endpoint and way of working. This PR fixes this by adding the export endpoint.

Also, it looks like the clients can't handle uppercase first JSON key's. Because of this there now is a function which converts all the key's to lowercase first.

I have an issue reported at Bitwarden if this is expected behavior: https://github.com/bitwarden/clients/issues/3606

Fixes #2760
Fixes #2764

*Originally created by @BlackDex on 9/24/2022* Since v2022.9.x it seems they changed the export endpoint and way of working. This PR fixes this by adding the export endpoint. Also, it looks like the clients can't handle uppercase first JSON key's. Because of this there now is a function which converts all the key's to lowercase first. I have an issue reported at Bitwarden if this is expected behavior: https://github.com/bitwarden/clients/issues/3606 Fixes #2760 Fixes #2764
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1990