-
Notifications
You must be signed in to change notification settings - Fork 15
feat: introduce ooni-geoip private bucket for geoip database files #323
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
base: main
Are you sure you want to change the base?
Conversation
Terraform Run Output 🤖Format and Style 🖌
|
| Pusher | @DecFox |
| Action | pull_request |
| Environment | dev |
| Workflow | .github/workflows/check_terraform.yml |
| Last updated | Mon, 02 Feb 2026 11:05:45 GMT |
| Statement = [ | ||
| { | ||
| Effect = "Allow" | ||
| Action = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would make the permission set a parameter, this is too permissive. You can set it to ["s3:*"] by default but there should be a way to specify permissions
|
|
||
| policy = jsonencode({ | ||
| Version = "2012-10-17" | ||
| Statement = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The permissions here are ok but I would still make the permission set a parameter that defaults to this
This diff introduces a new
ooni-geoips3 bucket which will be used to store geoip db files. This is part of ooni/historical-geoip#22