[
https://issues.apache.org/jira/browse/IGNITE-13320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17223507#comment-17223507
]
Pavel Pereslegin commented on IGNITE-13320:
-------------------------------------------
[~PetrovMikhail], could you review the proposed patch?
> 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: 0.5h
> 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)