Implemented key rotation with the latest vault

This commit is contained in:
Daniel García
2018-11-24 23:00:41 +01:00
parent f1acc1e05a
commit f71f10eac6
4 changed files with 100 additions and 27 deletions

View File

@@ -136,7 +136,7 @@ fn get_cipher_details(uuid: String, headers: Headers, conn: DbConn) -> JsonResul
#[allow(non_snake_case)]
pub struct CipherData {
// Id is optional as it is included only in bulk share
Id: Option<String>,
pub Id: Option<String>,
// Folder id is not included in import
FolderId: Option<String>,
// TODO: Some of these might appear all the time, no need for Option