Registry / auth / collector-config-configauth

collector-config-configauth

JSON →
library1.60.0gogounverified

Implements authentication configuration for incoming requests and outgoing exporters in the OpenTelemetry Collector.

go get go.opentelemetry.io/collector/config/configauth
INSTALL
IMPORT
SIG · COLLECTOR-CONFIG-C
C
collector-config-configauth
authgov1.60.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

configauth
go.opentelemetry.io/collector/config/configauth

Creates default authentication settings.

package main import ( "fmt" "go.opentelemetry.io/collector/config/configauth" ) func main() { auth := configauth.NewDefaultAuthentication() fmt.Println(auth) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.60.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
collector-config-configauth — go get collector-config-configauth · libregistry