dagster-io / dagster-cloud

Unify all your data tools into a productive, enterprise-grade platform.
https://dagster.io/cloud
21 stars 13 forks source link

Expose repositoryCredentials field for AWS ECS #15

Closed armandobelardo closed 1 year ago

armandobelardo commented 1 year ago

Requires https://github.com/dagster-io/dagster/pull/14903

Summary & Motivation

This allows passing in an ARN for the repositoryCredentials field, which is required by ECS to access container images stored in private repositories (like Github Container Registry).

The relevant AWS docs are here (and linked in the code): https://docs.aws.amazon.com/AmazonECS/latest/userguide/private-auth.html

Additional detail in Slack: https://dagster.slack.com/archives/C01U954MEER/p1687396168338119

How I Tested These Changes

I'm not sure how to test this, but happy to give it a go with some pointers!