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

[r326] frontend: Allow blocking raw http requests #10496

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

grafanabot
Copy link
Contributor

Backport 557830d from #10484

* frontend: Allow blocking raw http requests
This is a setting that can be set in user overrides like this:
```
user1:
  blocked_requests:
    - path: /api/v1/series
    - method: DELETE
    - query_params
         foo: bar
```

Or a combination of these. Each entry is an AND condition

* Add Roundtripper test

* linting...

* Allow for regexps on the query params + add changelog

* Add test for unmarshalling

* Fix linting

(cherry picked from commit 557830d)
Copy link
Contributor

This PR from grafanabot requires manual review.

Copy link
Contributor

github-actions bot commented Jan 22, 2025

💻 Deploy preview deleted.

@julienduchesne julienduchesne merged commit eb5bdd4 into r326 Jan 22, 2025
31 checks passed
@julienduchesne julienduchesne deleted the backport-10484-to-r326 branch January 22, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants