1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-26 13:54:31 +00:00

Update Key Rotation web-vault v2024.3.x (#4446)

Key rotation was changed since 2024.1.x.
Multiple other items were added to be rotated like password-reset and emergency-access data to be part of just one POST instead of having multiple.

See: https://github.com/dani-garcia/bw_web_builds/pull/157
This commit is contained in:
Mathijs van Veluw 2024-04-06 14:42:53 +02:00 committed by GitHub
commit e1a8df96db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 123 additions and 41 deletions

View file

@ -205,7 +205,7 @@ pub struct CipherData {
// Folder id is not included in import
FolderId: Option<String>,
// TODO: Some of these might appear all the time, no need for Option
OrganizationId: Option<String>,
pub OrganizationId: Option<String>,
Key: Option<String>,