Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions content/en/observability_pipelines/sources/http_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ To configure authentication tokens, enable the {{< ui >}}Configure authenticatio

1. Click {{< ui >}}Manage Tokens{{< /ui >}} and then {{< ui >}}Add Token{{< /ui >}}.
1. Enter the identifier for your token key.<br>**Note**: If you are using environment variables, the environment variable for this token is the identifier you entered prepended with `DD_OP_`.
1. (Optional) Enter a field and value if you want to add additional information to logs successfully authenticated with this specific token.
1. Select the path to token in the {{< ui >}}Path to Token{{< /ui >}} dropdown menu:
- {{< ui >}}Header{{< /ui >}} for an authorization header (optionally, enter the header name)
- {{< ui >}}Address{{< /ui >}} for an IP address
- {{< ui >}}Path{{< /ui >}} for an endpoint path
1. (Optional) Enter a field and value if you want to add additional information to logs that are successfully authenticated with this specific token.
1. Select the path to the token in the {{< ui >}}Path to Token{{< /ui >}} dropdown menu:
- {{< ui >}}Header{{< /ui >}} for a custom header or an authorization header, such as `"Authorization: Basic ABCDEF1234567="`.
- Optionally, enter the header name. **Note**: The header name is case insensitive.
- {{< ui >}}Address{{< /ui >}} for an IP address.
- {{< ui >}}Path{{< /ui >}} for an endpoint path.

## Secret defaults

Expand Down
Loading