I’m trying to install waypoint on nomad, but im using AWS ECR and have a docker cred helper script.
Nomad supports auth_soft_fail to fall back on no auth for public images/repos not using my private ECR repos.
Can the nomad job spec for waypoint somehow add the auth_soft_fail option to true?
I’ve tried it with
-nomad-annotate-service=auth_soft_fail=true
on the CLI