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/otel-collector-components.adoc
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1190,6 +1190,48 @@ The File Storage Extension supports traces, metrics, and logs. This extension ca
1190
1190
<5> Defines the maximum size of the compaction transaction. To ignore the transaction size, set to zero. If omitted, the default is `+65536+` bytes.
1191
1191
<6> When set, forces the database to perform an `fsync` call after each write operation. This helps to ensure database integrity if there is an interruption to the database process, but at the cost of performance.
1192
1192
1193
+
[id="oidcauth-extension_{context}"]
1194
+
=== OIDC Auth Extension
1195
+
1196
+
:FeatureName: The OIDC Auth Extension
1197
+
include::snippets/technology-preview.adoc[]
1198
+
1199
+
The OIDC Auth Extension authenticates incoming requests to receivers by using the OpenID Connect (OIDC) protocol.
1200
+
It validates the ID token in the authorization header against the issuer and updates the authentication context of the incoming request.
1201
+
1202
+
.OpenTelemetry Collector custom resource with the configured OIDC Auth Extension
0 commit comments