Align CRR Apply Actions step contract with the crr-configurator spec - #1246
Merged
bert-e merged 1 commit intoJul 22, 2026
Merged
Conversation
…ator spec and CRR docs
Contributor
Hello hervedombya,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Contributor
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
Peer approvals must include at least 1 approval from the following list: |
|
LGTM |
x34543-dev
approved these changes
Jul 22, 2026
ZiyangLinScality
approved these changes
Jul 22, 2026
Contributor
Author
|
/approve |
Contributor
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ARTESCA-16787. Goodbye hervedombya. The following options are set: approve |
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.
Aligns the CRR wizard's Apply Actions step list with the authoritative sources: the crr-configurator NDJSON step-chain spec and the ARTESCA Cross-Region Replication procedure.
What
create-account,create-role,attach-role-policy,create-bucket) so the NDJSON events map onto the rendered rows.create-rolestep and attaches the replication policy to the role (not the user), as the ARTESCA CRR procedure requires.SetupResult.roleArnalready carries this role back to the frontend.How
The step list is a small declarative table (
when/labelper step); tests cover the rendered sequence, the conditional steps, and the per-step success/failure display. Test descriptions are phrased around what the user sees.Next
The orchestration itself (running the frontend-owned steps as real mutations alongside the backend NDJSON link, via
useChainedMutations) lands in a follow-up.