We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 318522e commit d498002Copy full SHA for d498002
ydb/tests/library/harness/kikimr_config.py
@@ -179,6 +179,7 @@ def __init__(
179
self._pdisks_info = []
180
if self.__grpc_ssl_enable:
181
self.__grpc_tls_data_path = grpc_tls_data_path or yatest.common.output_path()
182
+ cert_pem, key_pem = tls_tools.generate_selfsigned_cert(_get_fqdn())
183
self.__grpc_tls_ca = cert_pem
184
self.__grpc_tls_key = key_pem
185
self.__grpc_tls_cert = cert_pem
@@ -437,7 +438,7 @@ def __init__(
437
438
kafka_proxy_config["listening_port"] = kafka_api_port
439
440
self.yaml_config["kafka_proxy_config"] = kafka_proxy_config
-
441
+
442
self.full_config = dict()
443
if metadata_section:
444
self.full_config["metadata"] = metadata_section
0 commit comments