Skip to content

[comp] Production Deploy#2845

Merged
tofikwest merged 2 commits into
releasefrom
main
May 14, 2026
Merged

[comp] Production Deploy#2845
tofikwest merged 2 commits into
releasefrom
main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 14, 2026

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.


Summary by cubic

Production deploy of a safer AWS Auditor CloudShell setup script. Replaced the heredoc with inline JSON to prevent EOF errors when pasting into AWS CloudShell and make setup more reliable.

  • Bug Fixes
    • Updated packages/integration-platform/src/manifests/aws/credentials.ts (getAwsCloudShellScript) to remove cat <<EOF and use inline JSON for the trust policy, avoiding heredoc parsing failures.
    • No behavior change: same IAM role, policies, and trust relationship; output now prints the Role ARN clearly.

Written for commit 6acb361. Summary will update on new commits.

github-actions Bot and others added 2 commits May 13, 2026 23:44
The AWS Auditor CloudShell script used `cat <<EOF ... EOF` to build the
trust policy. If copy/paste mangled the EOF marker (whitespace added,
line concatenated, or content truncated), bash kept reading lines
looking for EOF, hit end-of-file, and failed with:

  here-document at line 71 delimited by end-of-file (wanted 'EOF')
  command substitution: line 105: unexpected EOF while looking for matching ')'

Replaced the heredoc with inline single-quoted JSON, matching the
Remediation script's existing pattern. Same IAM role, same policies,
same trust relationship — byte-identical commands sent to AWS, just
delivered via a more robust bash syntax.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
app (staging) Building Building May 14, 2026 11:36am
comp-framework-editor (staging) Ready Ready Preview, Comment May 14, 2026 11:36am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
portal (staging) Skipped Skipped May 14, 2026 11:36am

Request Review

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@tofikwest tofikwest merged commit f056c60 into release May 14, 2026
12 of 13 checks passed
claudfuen pushed a commit that referenced this pull request May 14, 2026
## [3.54.1](v3.54.0...v3.54.1) (2026-05-14)

### Bug Fixes

* **integrations:** remove fragile heredoc from AWS auditor setup script ([#2845](#2845)) ([f056c60](f056c60))
@claudfuen
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.54.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@claudfuen
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 3.54.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants