feat(fleet): fan out to cascade-example-no-env and cascade-example-callbacks - #345
Merged
Merged
Conversation
…llbacks Adds the two new purpose-built example repos to the fleet orchestrator REPOS repin list and the independents matrix so each rc run repins and dispatches them alongside the existing repos. no-env covers the no-environment library topology; callbacks covers per-callback secrets, least-privilege permissions, and OIDC propagation. Signed-off-by: Joshua Temple <joshua.temple@stablekernel.com>
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.
HELD AS DRAFT until the two new repos have their tokens provisioned, otherwise the fleet would red on auth-less repos.
Adds the two new purpose-built example repos to the fleet orchestrator:
no-envandcallbacksare appended to theREPOSrepin list and theindependentsstrategy matrix infleet-e2e.yaml, so each rc run repins and dispatches them with the existing repos.Merge only after: both repos added to the
CASCADE_STATE_TOKENPAT scope + the secret set on each, andCALLBACK_SHARED_SECRETset on the callbacks repo (withCALLBACK_WITHHELD_SECRETleft unset).