Also, any tips for auth with AWS ECR? I saw a chan...
# general
n
Also, any tips for auth with AWS ECR? I saw a change to add ‘secrets’ but not sure how to use.
c
Secrets are for build time secrets (see v2.9 docs, added section for secrets today)
For docker auth, you want to ensure you are authenticated prior to invoking pants. Then forward relevant env vars for the docker client to pick up correct settings.
Sorry for being vague, I don't have access to AWS to help with particulars..
n
Ah ok, got it. I can figure that part out - just was confused where it should be handled.
👍 1