Nomad docker cred helpers and waypoint install

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

It looks like we don’t support this yet. Go ahead and open a GitHub Issue for that suggestion! It doesn’t look difficult to support, though we may want to think how best to support all of Nomad’s config options moving forward. (The nomad-annotate-service flag adds key/value pairs to the Job’s metadata, rather than the config.)