Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix detection of api key and secret token #2562

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

monty241
Copy link

@monty241 monty241 commented Mar 4, 2025

When the ApiKey == string.Empty, a header will be added. This seems unlikely to be intended. Dito for SecretToken.

We have had some problems due to this handling in Summer of 2024.

Now we are making improvement, inline with other code in this file such as:

if (!string.IsNullOrEmpty(service.Name))

When the `ApiKey == string.Empty`, a header will be added. This seems unlikely to be intended. Dito for `SecretToken`.

We have had some problems due to this handling in Summer of 2024.

Now we are making improvement, inline with other code in this file such as:

```
if (!string.IsNullOrEmpty(service.Name))
```
Copy link

github-actions bot commented Mar 4, 2025

👋 @monty241 Thanks a lot for your contribution!

It may take some time before we review a PR, so even if you don’t see activity for some time, it does not mean that we have forgotten about it.

Every once in a while we go through a process of prioritization, after which we are focussing on the tasks that were planned for the upcoming milestone. The prioritization status is typically reflected through the PR labels. It could be pending triage, a candidate for a future milestone, or have a target milestone set to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant