You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/distr-tracing-otel-config-collector.adoc
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -365,3 +365,56 @@ The Logging exporter prints data to the standard output.
365
365
exporters: [logging]
366
366
----
367
367
<1> Verbosity of the logging export: `detailed` or `normal` or `basic`. When set to `detailed`, pipeline data is verbosely logged. Defaults to `normal`.
368
+
369
+
[id="extensions_{context}"]
370
+
=== Extensions
371
+
372
+
[id="basicauth-extension_{context}"]
373
+
==== BasicAuth extension
374
+
375
+
You can use the BasicAuth extension as an authenticator on receivers and exporters.
376
+
Client authentication and server authentication for the BasicAuth extension are configured in separate sections in the OpenTelemetry Collector custom resource.
377
+
378
+
* Support level: link:https://access.redhat.com/support/offerings/techpreview[Technology Preview]
379
+
* Supported signals: traces, metrics, logs
380
+
381
+
.OpenTelemetry Collector custom resource with client and server authentication configured for the BasicAuth extension
<1> The BasicAuth extension can be configured as a server authenticator that reads credentials from a `.htpasswd` file.
416
+
<2> The BasicAuth extension can be configured as a client authenticator to read the credentials from an inline string that consists of environment variables.
417
+
<3> The client username is configured as a client authenticator for the BasicAuth extension.
418
+
<4> The client password is configured as a client authenticator for the BasicAuth extension.
419
+
<5> The authenticator configuration can be assigned to an OTLP receiver.
420
+
<6> The authenticator configuration can be assigned to an OTLP exporter.
0 commit comments