From e401bf984c7d5c64dbe890ef286397c7e0014144 Mon Sep 17 00:00:00 2001 From: Ravishankar Date: Wed, 4 Dec 2024 05:54:33 +0530 Subject: [PATCH] Update docs/sources/reference/components/otelcol/otelcol.auth.bearer.md Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com> --- .../reference/components/otelcol/otelcol.auth.bearer.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sources/reference/components/otelcol/otelcol.auth.bearer.md b/docs/sources/reference/components/otelcol/otelcol.auth.bearer.md index 4ae43e0bfa..c9370f4687 100644 --- a/docs/sources/reference/components/otelcol/otelcol.auth.bearer.md +++ b/docs/sources/reference/components/otelcol/otelcol.auth.bearer.md @@ -38,9 +38,10 @@ Name | Type | Description | Default `token` | `secret` | Bearer token to use for authenticating requests. | | no `scheme` | `string` | Authentication scheme name. | "Bearer" | no -The auth is taken from `token` or `filename` and one of these two value is required. The `filename` is watched for any new changes. +The authentication is taken from `token` or `filename` and one of these two values is required. +The `filename` is watched for any new changes. -When sending the auth, the value of `scheme` is prepended to the auth value. +When sending the authentication, the value of `scheme` is prepended to the authentication value. The string is then sent out as either a header (in case of HTTP) or as metadata (in case of gRPC). ## Blocks