We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4d1aa commit d319166Copy full SHA for d319166
sourceplusplus/SourcePlusPlus.py
@@ -105,7 +105,7 @@ def attach(self):
105
config.init(
106
collector_address=self.probe_config["skywalking"]["collector"]["backend_service"],
107
service_name=self.probe_config["skywalking"]["agent"]["service_name"],
108
- authentication=self.probe_config["skywalking"]["agent"]["authentication"],
+ authentication=self.probe_config["skywalking"]["agent"].get("authentication"),
109
log_reporter_active=True,
110
force_tls=self.probe_config["spp"]["ssl_enabled"],
111
log_reporter_formatted=self.probe_config["skywalking"]["plugin"]["toolkit"]["log"]["transmit_formatted"]
0 commit comments