Support insecure
flag on artifact
#19883
Labels
good first issue
help-wanted
We encourage community PRs for these issues!
stage/accepted
Confirmed, and intend to work on. No timeline committment though.
theme/artifact
type/enhancement
Proposal
hashicorp/go-getter#319 added a new configuration to allow
go-getter
to fetch artifacts from sources where their TLS certificate is not trusted by the system, but Nomad has this value hard-coded tofalse
.nomad/client/allocrunner/taskrunner/getter/params.go
Lines 160 to 166 in f1637bd
In some scenarios it may be useful to fetch artifacts from sources with self-signed certificates, which
checksum
providing some level of file tempering protection.Use-cases
Retrieve artifacts from sources exposed with self-signed certificates.
The text was updated successfully, but these errors were encountered: