You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mikhail Petrov (Jira)" <ji...@apache.org> on 2020/11/05 17:29:00 UTC

[jira] [Commented] (IGNITE-13320) TDE - Phase-3. CLI management

    [ https://issues.apache.org/jira/browse/IGNITE-13320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17226874#comment-17226874 ] 

Mikhail Petrov commented on IGNITE-13320:
-----------------------------------------

[~xtern],  LGTM.

> TDE - Phase-3. CLI management
> -----------------------------
>
>                 Key: IGNITE-13320
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13320
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: IEP-18, tde-phase-3
>             Fix For: 2.10
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Provide the ability to manage the process of key rotation (and cache re-encryption) through the command line.
>  - Launch cache key rotation
>  - View key identifiers of the cache group
>  - View re-encryption status for the cache group
>  - Suspend/Resume re-encryption
>  - View/change re-encryption rate limit
> Command syntax:
> {noformat}
>   Change the encryption key of the cache group:
>     control.(sh|bat) --encryption change_cache_key cacheGroupName
>   View encryption key identifiers of the cache group:
>     control.(sh|bat) --encryption cache_key_ids cacheGroupName
>   Control the process of re-encryption of the cache group:
>     control.(sh|bat) --encryption group_reencryption cacheGroupName [--status --suspend --resume]
>     Parameters:
>       --status   - Display re-encryption status.
>       --suspend  - Suspend re-encryption.
>       --resume   - Resume re-encryption.
>   View/change re-encryption rate limit:
>     control.(sh|bat) --encryption reencryption_rate [--limit limit]
>     Parameters:
>       limit  - Decimal value to change re-encryption rate limit (MB/s).{noformat}



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