I would like to host pipes in a private ECR repository.
I understand that I can access the images like so:
pipe: docker://my-ecr-repo/image:versionaws:
access-key: $AWS_ACCESS_KEY_ID
secret-key: $AWS_SECRET_ACCESS_KEY
I am wondering if there is an undocumented way to use OIDC instead.