rust-lang / rust-lang/simpleinfra
Log user-agents for Fastly CDN logs
Nobody has claimed this yet.
- Dominant language
- HCL
- Stars
- 178
- Forks
- 107
- Avg merge
- 15h 57m
- Merged PRs (30d)
- 38
Description
Currently our CloudFront logs contain user agents, but the Fastly logs do not. We should fix that, probably by editing something around here: https://github.com/rust-lang/simpleinfra/blob/86a318bdd2ca6092a6bcc3c4f81ef541e7bd78b7/terragrunt/modules/release-distribution/fastly-static.tf#L108 to include a user agent (https://www.fastly.com/documentation/reference/api/logging/s3/)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in terragrunt/modules/release-distribution/fastly-static.tf around line 108 and compare the Fastly configuration with the CloudFront logging setup. Read the linked Fastly S3 logging documentation to identify the user-agent field. Done means Fastly log records include user agents like the existing CloudFront logs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- terraform
- Domain
- infrastructure, observability
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100