Skip to content

Commit d319166

Browse files
committed
fix: key error
1 parent 9d4d1aa commit d319166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: sourceplusplus/SourcePlusPlus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def attach(self):
105105
config.init(
106106
collector_address=self.probe_config["skywalking"]["collector"]["backend_service"],
107107
service_name=self.probe_config["skywalking"]["agent"]["service_name"],
108-
authentication=self.probe_config["skywalking"]["agent"]["authentication"],
108+
authentication=self.probe_config["skywalking"]["agent"].get("authentication"),
109109
log_reporter_active=True,
110110
force_tls=self.probe_config["spp"]["ssl_enabled"],
111111
log_reporter_formatted=self.probe_config["skywalking"]["plugin"]["toolkit"]["log"]["transmit_formatted"]

0 commit comments

Comments
 (0)