ivandasch commented on a change in pull request #8686:
URL: https://github.com/apache/ignite/pull/8686#discussion_r577513730



##########
File path: modules/ducktests/tests/ignitetest/services/utils/control_utility.py
##########
@@ -313,6 +305,33 @@ def __parse_output(raw_output):
     def __alives(self):
         return [node for node in self._cluster.nodes if 
self._cluster.alive(node)]
 
+    def _parse_ssl_params(self, user, globals_dict, **kwargs):
+        ssl_dict = None
+        if globals_dict.get('use_ssl', False):
+            ssl_dict = globals_dict.get(user, {}).get('ssl', {})
+        elif kwargs.get('key_store_jks') is not None or 
kwargs.get('key_store_path') is not None:
+            ssl_dict = kwargs

Review comment:
       just `'key_store_jks' in kwargs`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to