You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2021/07/21 18:16:00 UTC

[jira] [Updated] (IGNITE-14999) Support dynamic restoration of encrypted snapshots.

     [ https://issues.apache.org/jira/browse/IGNITE-14999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Steshin updated IGNITE-14999:
--------------------------------------
    Description: After manual replacements of encrypted snapshots works, let's enable dynamic snapshot restoration (`SnapshotRestoreProcess`)  (was: This PR suggests support of encrypted snapshots with same master key. 

Changes: 

1. Added encrypted file IO to the snapshot deltas to get ability to assemble encrypted snapshot data. 
2. Added general-purpose records to snapshot meta to transfer encryption keys (encrypted by master key). 
3. To keep consistency of the keys and encrypted data between snapshot and the persistent store, blocked re-encryption and master key change during snapshot operations and opposite.
4. Snapshot tests now have ‘encrypted’ option.)
        Summary: Support dynamic restoration of encrypted snapshots.  (was: Support snapshot encryption with same master-key.)

> Support dynamic restoration of encrypted snapshots.
> ---------------------------------------------------
>
>                 Key: IGNITE-14999
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14999
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After manual replacements of encrypted snapshots works, let's enable dynamic snapshot restoration (`SnapshotRestoreProcess`)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)