mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Exporting organization vaults is not possible with clients since v2024.7.x #1984
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @freekvh on GitHub (Aug 6, 2024).
Subject of the issue
Exporting organization Vaults is impossible from any client, the web UI does not offer the feature (whereas BitWarden does: https://bitwarden.com/help/export-your-data/#export-an-organization-vault) and the FireFox extension will export the Vault but the generated .json file is empty.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
Steps to reproduce
Try to export an organization vault
Expected behaviour
Download a Json with vault data, as will happen correctly for items from the primary owner
Actual behaviour
Either the option is not there, or the generated .json file is empty
Troubleshooting data
Apologies, I try to access the admin page wrongly too often, can log in for more details now, will add later, but perhaps someone can already confirm this based on this description.
@BlackDex commented on GitHub (Aug 6, 2024):
First, you can still find the export for Orgs by using the top right 9 dotted icon and go to the admin panel there.
Second, it does seem that the export isn't working anymore right now.
This probably is because something has changed on what/how we return the json now because of the Native Beta clients.
EDIT: It doesn't work via the Extension, it does seem to work via the web-vault.
Probably the extensions (And other newer versions) expect a different fromat.
@freekvh commented on GitHub (Aug 6, 2024):
I can confirm that indeed I can (and did) successfully export the Vault from the admin console.
@freekvh commented on GitHub (Aug 6, 2024):
I updated the support string in the original issue.
@BlackDex commented on GitHub (Aug 23, 2024):
Ok, i already found it a bit strange, but most clients are not able to export Organization vaults.
Only the web-vault and cli are able to do this.
I just checked the extension again and v2024.7.x does provide a selection for this, but it does not call the required endpoint to actually export the vault.
Also, i tested this on
vault.bitwarden.comand it doesn't work there either.But most importantly, they have removed this interface from the new v2024.8.0 version, and only the personal vault can be exported again.
Therefor I'm going to close this as it was probably never intended to be there in the first place.