Skip to content

fix(cli): inject S3 and sb key env variables into Studio#5438

Merged
jgoux merged 3 commits into
developfrom
codex/cli-1552-inject-studio-env-vars
Jun 3, 2026
Merged

fix(cli): inject S3 and sb key env variables into Studio#5438
jgoux merged 3 commits into
developfrom
codex/cli-1552-inject-studio-env-vars

Conversation

@jgoux
Copy link
Copy Markdown
Contributor

@jgoux jgoux commented Jun 3, 2026

What changed

This wires Studio with the local S3 protocol credentials and the newer opaque Supabase key environment variables in both the Go CLI stack and the TypeScript stack implementation.

The change keeps the existing legacy Studio key variables intact while adding SUPABASE_PUBLISHABLE_KEY, SUPABASE_SECRET_KEY, S3_PROTOCOL_ACCESS_KEY_ID, and S3_PROTOCOL_ACCESS_KEY_SECRET.

Why

Studio expects these values for local S3 key access and newer key handling, but the CLI-managed Studio container only received the legacy key variables before this change.

@coveralls
Copy link
Copy Markdown

coveralls commented Jun 3, 2026

Coverage Report for CI Build 26883280758

Warning

No base build found for commit abe75d8 on develop.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 63.922%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 15799
Covered Lines: 10099
Line Coverage: 63.92%
Coverage Strength: 7.08 hits per line

💛 - Coveralls

@jgoux jgoux marked this pull request as ready for review June 3, 2026 10:15
@jgoux jgoux requested a review from a team as a code owner June 3, 2026 10:15
@jgoux jgoux requested review from aantti and fenos June 3, 2026 10:16
@jgoux jgoux merged commit 92638ef into develop Jun 3, 2026
22 checks passed
@jgoux jgoux deleted the codex/cli-1552-inject-studio-env-vars branch June 3, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants