Turn on CloudTrail log file validation for the management-events trail
Les mainteneurs répondent en général sous 1 jour
Personne n'a encore pris cette issue.
Évaluation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Accessibilité débutants
- 75/100
- Type d'issue
- Fonctionnalité
- Clarté
- Clairement spécifiée
- Activité
- Active
- Stack technique
- aws, terraform
- Domaine
- infrastructure, security
Piste de recherche
Le travail se trouve dans terraform/cloudtrail.tf. Trouvez la ressource aws_cloudtrail.management_events et changez enable_log_file_validation en true. Mettez à jour le commentaire de deux lignes au-dessus et la liste de commentaires de l'en-tête du fichier. Exécutez terraform plan pour confirmer que seule cette ressource change sur place. Après la fusion, vérifiez avec les commandes fournies aws cloudtrail describe-trails et aws s3 ls.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Description
Overview
We need to turn on CloudTrail log file validation for the management-events trail, so that both of the account's trails produce tamper-evident digest files. Today one trail has it on and the other has it off, which means the trail carrying the account's management events — the higher-value audit record of the two — is the one that cannot be proven unaltered.
Action Items
- In
terraform/cloudtrail.tf, changeenable_log_file_validationfromfalsetotrueon theaws_cloudtrail.management_eventsresource. It is on line 251 as of 2026-09-23 — line numbers drift, so find it by the resource nameresource "aws_cloudtrail" "management_events"rather than by number. - Update the two-line comment immediately above that resource, which currently reads that the inconsistency is "reproduced rather than resolved -- turning it on is a live change and its own ticket." That ticket is this one, so the comment should now say the two trails agree and that validation is on for both. Leave the rest of the file's commentary alone.
- Update the file-header comment near the top of
terraform/cloudtrail.tfthat lists four things deliberately not added by #191. Log file validation is one of the four; remove it from that list and leave the other three (KMS encryption, a CloudWatch Logs destination, a bucket lifecycle configuration) exactly as they are — each is still outstanding. - Confirm the plan shows exactly one resource changing, in place:
aws_cloudtrail.management_events[0]withenable_log_file_validation: false -> true. There must be no replacement and nothing else in the diff. A replacement would destroy and recreate a trail carryingprevent_destroy, so it would fail at plan time — but check rather than rely on that. - Note this resource is gated on
var.iam_only, so it is skipped entirely in a contributor's own AWS account and only applies in CI, whereiam_only = false. A local plan with the default variable will show no change at all; that is expected and is not evidence the edit is wrong. - After the PR merges and the apply runs, confirm both trails report validation on:
aws cloudtrail describe-trails --query 'trailList[].{Name:Name,Validation:LogFileValidationEnabled}' --output table. Both rows must readTrue. - After the PR merges, confirm digest files actually start being written, which is the real proof the setting took effect:
aws s3 ls s3://aws-cloudtrail-logs-035866691871-6539ef03/AWSLogs/035866691871/CloudTrail-Digest/ --recursive | tail. Expect nothing for up to an hour — CloudTrail writes the first digest on its own schedule, not at apply time — so this step is deliberately separate from the one above and may need coming back to later in the day.
Resources/Instructions
terraform/cloudtrail.tf— the only file this ticket touches. Themanagement_eventstrail is the second of the two declared in it; the first,tf_backend_logs, already hasenable_log_file_validation = trueand is the model.- devops-security#191 — imported both trails and both buckets as-is, and deliberately left this inconsistency in place. Its
cloudtrail.tfcomments name this as follow-on work. - Validating CloudTrail log file integrity — what the digest files are and how to verify one with
aws cloudtrail validate-logs. - Digest files are delivered to the same bucket as the logs, under
AWSLogs/<account>/CloudTrail-Digest/, and are billed as ordinary S3 objects. They are small and low-volume relative to the log files themselves, so this adds no meaningful storage cost.
Line numbers above were accurate on 2026-09-23 and may drift; locate the targets by resource name and by the quoted comment text instead.
- Langage dominant
- HCL
- Étoiles
- 1
- Forks
- 14
- Merge moyen
- 1 h 12 min
- PR mergées (30 j)
- 20
Préparer son environnement
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Autres issues de hackforla/devops-security
-
complexity: small feature: security role: DevOps Engineer size: 2pt
Difficulté 2/5 1-3 heures Accessibilité débutants 75/100
hackforla/devops-security#203 ·
Les mainteneurs répondent en général sous 1 jour
-
Bump configure-aws-credentials to v6 and dflook/terraform-* to v3 in the Terraform workflowsOuvertecomplexity: medium feature: maintenance role: DevOps Engineer size: 2pt
Difficulté 2/5 1-3 heures Accessibilité débutants 76/100
hackforla/devops-security#170 ·
Les mainteneurs répondent en général sous 1 jour
-
complexity: prework Feature: Onboarding/Contributing.md role: missing size: 1pt
Difficulté 3/5 3-5 jours Accessibilité débutants 40/100
hackforla/devops-security#200 ·
Les mainteneurs répondent en général sous 1 jour
-
Create new AWS User AccountPeut-être pris @Sbairamian l’a pris il y a 9 jours. Ouvertecomplexity: small feature: AWS user request role: DevOps Engineer size: 1pt
hackforla/devops-security#198 · 1 personne assignée ·
Les mainteneurs répondent en général sous 1 jour
-
Pre-work Checklist: DevOps-Security-Member: [Sevag Bairamian]Peut-être pris @Sbairamian l’a pris il y a 9 jours. Ouvertecomplexity: prework Feature: Onboarding/Contributing.md role: DevOps Engineer role: missing size: 1pt
Difficulté 4/5 3-5 jours Accessibilité débutants 45/100
hackforla/devops-security#195 · 1 personne assignée ·
Les mainteneurs répondent en général sous 1 jour
Toutes les issues de hackforla/devops-security
Issues similaires
-
Difficulté 2/5 1-3 heures Accessibilité débutants 78/100
siderolabs/terraform-provider-talos#414 ·
Les mainteneurs répondent en général sous 1 jour
-
agent/quality hive/hosted-available-lke648397-260827-5n31 quality testing
Difficulté 2/5 1-3 heures Accessibilité débutants 91/100
Les mainteneurs répondent en général sous 1 jour
-
Mend: dependency security vulnerability
Difficulté 2/5 1-3 heures Accessibilité débutants 68/100
Les mainteneurs répondent en général sous 1 jour
-
area/helm kind/bug priority/backlog triage/accepted
Difficulté 2/5 1-3 heures Accessibilité débutants 84/100
lexfrei/cloudflare-tunnel-gateway-controller#835 ·
Les mainteneurs répondent en général sous 1 jour
-
Difficulté 1/5 Moins d'une heure Accessibilité débutants 90/100
JPHutchins/code-review#262 ·
Les mainteneurs répondent en général sous 1 jour