feat(storage): add runner config consumer - #5358
Draft
edersonbrilhante wants to merge 4 commits into
Draft
Conversation
Contributor
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 11:20
1096f43 to
79373db
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 11:34
79373db to
f0b5f57
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 11:41
f0b5f57 to
4904efd
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 11:48
4904efd to
63761b0
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 12:10
63761b0 to
d13e76e
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 12:15
d13e76e to
6951b30
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
2 times, most recently
from
September 4, 2026 12:26
d1ece40 to
1c8ca59
Compare
edersonbrilhante
force-pushed
the
runner-config-consumer
branch
from
September 4, 2026 12:31
1c8ca59 to
4b2e53c
Compare
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
Adds the provider-neutral runner-config consumer and its AWS SSM implementation. The consumer polls the configured per-runner token path until a one-time JIT or registration configuration is available, applies bounded per-call and overall timeouts, and supports cancellation during polling and backoff.
After reading a configuration it deletes the consumed parameter with bounded retries, classifies retryable provider failures, validates the storage context and environment-derived limits, and exposes safe failure behavior to compute providers. The old environment-based factory remains as a deprecated compatibility alias while callers migrate to
createRunnerConfigConsumer.Test Plan
git diff --checkpassed.Related Issues