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

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

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

Pavel Pereslegin updated IGNITE-13320:
--------------------------------------
    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:
{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

  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).{noformat}

  was:
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}


> 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
>   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).{noformat}



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