[AWSCORE-705] Send IAM role name in workflow success response#290
Draft
raymondeah wants to merge 5 commits intomasterfrom
Draft
[AWSCORE-705] Send IAM role name in workflow success response#290raymondeah wants to merge 5 commits intomasterfrom
raymondeah wants to merge 5 commits intomasterfrom
Conversation
Add `role_name` to the `stack_complete` metadata payload in both main_workflow.yaml and main_extended_workflow.yaml so Datadog's backend can use the final IAM role name (as set in the AWS console) when creating the AWS integration. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
raymondeah
commented
Mar 13, 2026
|
|
||
| - Send final IAM role name back in the `stack_complete` workflow status payload so Datadog can use the user-configured role name when creating the AWS integration | ||
|
|
||
| # 4.7.0 (March 9, 2026) |
Contributor
Author
There was a problem hiding this comment.
drive-by: update changelog from previous PRs
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.
When a user opens the CloudFormation stack in the AWS console, they can modify the
IAMRoleNameparameter before launching the stack. Without this change, the Datadog UI cannot know the final role name actually used and could create the integration with the wrong role nameMetadatablock of allstack_completeWorkflowStatus notifications in both workflow templatesmain_workflowandmain_extended_workflow. This will pass the correct role name back to the Datadog UITesting
TODO LINK TO TEMPLATE