Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for private image repository credentials for Batch #1832

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ArchieGertsman
Copy link

As mentioned in #1820, there is currently no way to authenticate with a private container image repo for Batch. In AWS, the ARN of a secret containing those credentials can be included in the job definition, which is what I've exposed from Metaflow. I added this as a Metaflow configuration called BATCH_CONTAINER_IMAGE_CREDS_SECRET, to the @batch decorator as repo_creds_secret, and to the batch cli as --repo-creds-secret.

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.

None yet

1 participant