Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Docs Required, Release Notes Required
Description
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:
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 Display re-encryption status of the cache group: control.(sh|bat) --encryption reencryption_status cacheGroupName Suspend re-encryption of the cache group: control.(sh|bat) --encryption suspend_reencryption cacheGroupName Resume re-encryption of the cache group: control.(sh|bat) --encryption resume_reencryption cacheGroupName 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).
Example of output: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=95652384#TDE.Phase3.Cachekeyrotation.-Processmanagement
Attachments
Issue Links
- is required by
-
IGNITE-13659 TDE - Phase 3. Documentation
- Resolved
- requires
-
IGNITE-12843 TDE - Phase-3. Cache key rotation.
- Resolved
- links to