You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by il...@apache.org on 2020/03/17 09:54:39 UTC

[ignite] branch master updated: IGNITE-12752 Pass client certificates to security - fix resource.

This is an automated email from the ASF dual-hosted git repository.

ilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 336a7ed  IGNITE-12752 Pass client certificates to security - fix resource.
336a7ed is described below

commit 336a7eda0d7123d2de93371b1beb304db3a3c9be
Author: Ilya Kasnacheev <il...@gmail.com>
AuthorDate: Tue Mar 17 12:53:47 2020 +0300

    IGNITE-12752 Pass client certificates to security - fix resource.
---
 .../GridCommandHandlerClusterByClassWithSSLTest_help.output           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output b/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output
index c3c825f..1775583 100644
--- a/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output
+++ b/modules/core/src/test/resources/org.apache.ignite.util/GridCommandHandlerClusterByClassWithSSLTest_help.output
@@ -13,13 +13,13 @@ This utility can do the following commands:
     control.(sh|bat) --activate
 
   Deactivate cluster (deprecated. Use --set-state instead):
-    control.(sh|bat) --deactivate [--yes]
+    control.(sh|bat) --deactivate [--force] [--yes]
 
   Print current cluster state:
     control.(sh|bat) --state
 
   Change cluster state:
-    control.(sh|bat) --set-state INACTIVE|ACTIVE|ACTIVE_READ_ONLY [--yes]
+    control.(sh|bat) --set-state INACTIVE|ACTIVE|ACTIVE_READ_ONLY [--force] [--yes]
 
     Parameters:
       ACTIVE            - Activate cluster. Cache updates are allowed.