hashicorp / nomad-driver-podman

A nomad task driver plugin for sandboxing workloads in podman containers
https://developer.hashicorp.com/nomad/plugins/drivers/podman
Mozilla Public License 2.0
224 stars 61 forks source link

bug: need to ignore empty config field if auth block exists #269

Closed shoenig closed 12 months ago

shoenig commented 12 months ago

In setting up the e2e test case, I found that if e.g. auth.helper is set but auth.config is not set, the task will fail to start with an empty file not found error. We need to skip checking the file config if the file field is empty.