fix(trust): reduce validation frequency - #531
#531Merged
edersonbrilhante merged 2 commits intoJul 25, 2026
maincisco-open/forge:mainfrom
reduce-trust-validation-frequencycisco-open/forge:reduce-trust-validation-frequencyCopy head branch name to clipboard
Merged
fix(trust): reduce validation frequency#531edersonbrilhante merged 2 commits intomaincisco-open/forge:mainfrom reduce-trust-validation-frequencycisco-open/forge:reduce-trust-validation-frequencyCopy head branch name to clipboard
edersonbrilhante merged 2 commits into
maincisco-open/forge:mainfrom
reduce-trust-validation-frequencycisco-open/forge:reduce-trust-validation-frequencyCopy head branch name to clipboard
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
Contributor
OPA/conftest tenant-isolation gateResult: passed
|
Contributor
Mutation test critical Lambda boundariesResult: passed
Coverage: 40.64% (1162/2859 lines) Lowest-covered Lambda files
|
Contributor
Offline IaC contract testsResult: passed
Coverage: 88.04% (243/276 lines) Lowest-covered Lambda files
|
Contributor
Automation gate testsResult: passed
Coverage: 84.63% (655/774 lines) Lowest-covered Lambda files
|
edersonbrilhante
marked this pull request as ready for review
July 25, 2026 02:27
edersonbrilhante
enabled auto-merge (squash)
July 25, 2026 02:32
Contributor
OpenTofu module tests (latest-stable)Result: passed OpenTofu version:
|
Contributor
OpenTofu module tests (minimum-supported)Result: passed OpenTofu version:
|
5 tasks
Nikolaichukr
approved these changes
Jul 25, 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
Reduce scheduled Forge trust validation from every 10 minutes to twice daily using
rate(12 hours).This lowers repeated IAM/STS validation from 144 runs to 2 runs per day while retaining an explicit path to invoke the preparer Lambda after tenant IAM trust changes when immediate validation is required. The source contract now pins the intended schedule.
Type of Change
Testing
tofu testinmodules/platform/forge_runners/forge_trust_validator— 2 passed