Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

feat(chart/webapp): add s3.external.useIam to support IRSA / Workload Identity#17

Open
ConProgramming wants to merge 1 commit into
mainGovSignals/trigger.dev:mainfrom
upstream-pr/s3-external-useiamGovSignals/trigger.dev:upstream-pr/s3-external-useiamCopy head branch name to clipboard
Open

feat(chart/webapp): add s3.external.useIam to support IRSA / Workload Identity#17
ConProgramming wants to merge 1 commit into
mainGovSignals/trigger.dev:mainfrom
upstream-pr/s3-external-useiamGovSignals/trigger.dev:upstream-pr/s3-external-useiamCopy head branch name to clipboard

Conversation

@ConProgramming

Copy link
Copy Markdown

Summary

Adds s3.external.useIam to the Helm chart. When true, the webapp skips mounting OBJECT_STORE_ACCESS_KEY_ID / OBJECT_STORE_SECRET_ACCESS_KEY env vars so the AWS SDK can use IRSA (EKS) / Workload Identity (GKE) / instance metadata for credentials.

Pure additive change — useIam: false default preserves current behavior.

Notes

  • PR 4 of 5 from a fork rebase.
  • Pair with a eks.amazonaws.com/role-arn annotation on webapp.serviceAccount for IRSA.

Made with Cursor

… Identity

When s3.external.useIam: true, the webapp skips the OBJECT_STORE_ACCESS_KEY_ID
and OBJECT_STORE_SECRET_ACCESS_KEY env vars entirely. The AWS SDK then falls
back to its credential-provider chain (web-identity-token file, instance
metadata, etc.), which is how IRSA on EKS / Workload Identity on GKE
authenticate workloads without static access keys.

Default is false, matching today's behavior. Pair with a ServiceAccount
annotation (e.g. `eks.amazonaws.com/role-arn`) on webapp.serviceAccount.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.