Hello,
For my Bitbucket pipeline, I am using a docker image hosted in AWS ECR as the build environment. Is it possible to fetch the docker image from AWS ECR if the AWS account has Multi Factor Authentication enabled?
Regards,
Anusha
Yes, as long as the policies allow access via API credentials. For pipelines it is recommended practice to have credentials (AWS API key and secret) specific for the pipeline case so they are easier to manage (e.g. rotate them, switch teams etc.).
You might already be aware of this, so linking this for reference can't hurt:
Is this the information you're looking for?
He specifically called out "MFA" or "multi-factor authentication" which means having a hardware device (or virtual device) with a temporary password, like you might have on your mobile device that generates a new 6 digit code every 30 seconds.
These articles don't mention anything about MFA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.