Skip to content

Commit ea9a357

Browse files
authored
Opt statically linked OpenSSL/BoringSSL applications into TLS tracing by default (#1625)
Summary: Opt statically linked OpenSSL/BoringSSL applications into TLS tracing by default Relevant Issues: #692 Type of change: /kind feature Test Plan: Feature flag was used for Pixie owned clusters. Signed-off-by: Dom Del Nano <ddelnano@pixielabs.ai>
1 parent 78eb653 commit ea9a357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stirling/source_connectors/socket_tracer/socket_trace_connector.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ DEFINE_uint64(max_body_bytes, gflags::Uint64FromEnv("PL_STIRLING_MAX_BODY_BYTES"
153153
"The maximum number of bytes in the body of protocols like HTTP");
154154

155155
DEFINE_bool(
156-
stirling_trace_static_tls_binaries, gflags::BoolFromEnv("PX_TRACE_STATIC_TLS_BINARIES", false),
156+
stirling_trace_static_tls_binaries, gflags::BoolFromEnv("PX_TRACE_STATIC_TLS_BINARIES", true),
157157
"If true, stirling will tls trace binaries statically linked with OpenSSL or BoringSSL");
158158

159159
OBJ_STRVIEW(socket_trace_bcc_script, socket_trace);

0 commit comments

Comments
 (0)