You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2020/12/04 14:28: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=17244027#comment-17244027 ] 

Ignite TC Bot commented on IGNITE-13320:
----------------------------------------

{panel:title=Branch: [pull/8242/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8242/head] Base: [master] : New Tests (10)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Control Utility{color} [[tests 6|https://ci.ignite.apache.org/viewLog.html?buildId=5775888]]
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testReencryptionSuspendAndResume - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testCacheGroupKeyChange - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSSLTest.testCacheGroupKeyChange - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSSLTest.testReencryptionSuspendAndResume - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testChangeReencryptionRate - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSSLTest.testChangeReencryptionRate - PASSED{color}

{color:#00008b}Control Utility (Zookeeper){color} [[tests 3|https://ci.ignite.apache.org/viewLog.html?buildId=5775889]]
* {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testChangeReencryptionRate - PASSED{color}
* {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testCacheGroupKeyChange - PASSED{color}
* {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testReencryptionSuspendAndResume - PASSED{color}

{color:#00008b}Basic 1{color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=5775816]]
* {color:#013220}IgniteBasicTestSuite: BasicRateLimiterTest.testUnlimitedRate - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=5775894&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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: Critical
>              Labels: IEP-18, tde-phase-3
>             Fix For: 2.10
>
>          Time Spent: 2h 10m
>  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}
> Example of output: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=95652384#TDE.Phase3.Cachekeyrotation.-Processmanagement



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