refactor: move forge trust updates to lambda#324
Merged
Conversation
Rostislavz
approved these changes
Jun 5, 2026
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.
Description
Split Forge trust validation into a two-Lambda flow to allow IAM trust policy propagation before validation runs.
The scheduled preparer Lambda updates Forge role trust policies to temporarily allow the validator Lambda role to assume them, verifies the trust policy update is visible, and sends a delayed SQS message. The validator Lambda is invoked from SQS, assumes each Forge role, validates tenant role assume/tag-session behavior, and removes the temporary trust statement after each run.
This moves the temporary trust relationship mutation out of Terraform to prevent noisy applies. Terraform was repeatedly detecting Forge trust policy drift because the validator change was temporary and Forge/Terraform kept trying to override the IAM role trust policy back to the declared state.
This also updates shared Splunk extraction/dashboard config for the new Lambda names and the new delayed validation log payload.
Type of Change
Checklist