add ooniapi endpoints to terraform configuration#300
Closed
Conversation
This was referenced Jan 5, 2026
Terraform Run Output 🤖Format and Style 🖌
|
| Pusher | @aagbsn |
| Action | pull_request |
| Environment | dev |
| Workflow | .github/workflows/check_terraform.yml |
| Last updated | Wed, 11 Mar 2026 13:50:35 GMT |
7 tasks
Contributor
Author
|
#301 is done |
Member
|
I ran a comparison between the dev and existing deployment of this and came up with these differences: I will make a PR addressing these fixes in the other component so we can deploy this |
Member
|
PR for this diff is ready: ooni/backend#1086 |
adds the following endpoints to the load balancer path_pattern rules: /api/v1/geolookup /api/v1/collectors /bouncer/net-tests /api/_/show_countries_prioritization /api/_/debug_prioritization There is a maximum of 5 conditions per rule, so a new rule ooniapi_ooniprobe_rule_4 with priority 123 is also added.
30b3785 to
bd401d2
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adds the following endpoints to the load balancer path_pattern rules:
/api/v1/geolookup
/api/v1/collectors
/bouncer/net-tests
/api/_/debug_prioritization
There is a maximum of 5 conditions per rule, so a new rule ooniapi_ooniprobe_rule_3 with priority 122 is also added.