-
### Component(s)
auto-instrumentation
### Is your feature request related to a problem? Please describe.
I have an open telemetry collector which has bearertokenauth for receivers, I need that in t…
-
In the API spec `swagger.json`, the authentication scheme is defined as:
```
"Token": {
"description": "For accessing the protected API resources, you must have received a a valid JWT token a…
-
Some applications may want to authorize user input using multiple bearer tokens, for example an identity and an MAA token.
While there is no standard way to do that, we could support a slightly ext…
-
## Problem
Currently, the TES API specification does not mandate implementers to require any authentication scheme. The specification merely mentions the following [relevant paragraphs](https://git…
-
### What happened?
When trying to login using a Bearer Token the page is not responding.
We can find this in the logs of the auth-pod:
```
[GIN] 2024/03/14 - 08:58:40 | 200 | 39.46µs | …
-
# Question
**What are you trying to achieve?**
.NET Core app uses native OTLP HttpExporter to upload telemetry to an endpoint requiring Bearer Authentication.
How can I configure OTLP in a wa…
-
Thanks for all the work on this great gem. Is there a simple way to protect the "/metrics" endpoint using a bearer token? Or is it the way to go to use a middleware for this? As far as I know, it is p…
-
I need guidance on how to implement Bearer Authentication in the Swagger documentation for our Fiber middleware. Specifically, I'm unsure about what values to provide for the `PreauthorizeApiKey` fiel…
-
### Feature request
I have Ollama hosted in a server with authentication. It provides api key and jwt token. I want to use my hosted server.
### Why?
I want to use Ollama, since it have authenticat…
-
### Proposal
Support passing the `X-Nomad-Token` via HTTP Basic Auth to use the Nomad API, by ignoring the `username` section and parsing the `password` section as if it were a token.
### Use-case…