Skip to content

Commit

Permalink
Merge pull request #633 from achanda/opts_change
Browse files Browse the repository at this point in the history
Update the insecure flag
  • Loading branch information
dadgar committed Dec 28, 2015
2 parents 9b2fe44 + 62d879d commit 428806a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/driver/rkt.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (d *RktDriver) Start(ctx *ExecContext, task *structs.Task) (DriverHandle, e
d.logger.Printf("[DEBUG] driver.rkt: added trust prefix: %q", trustPrefix)
} else {
// Disble signature verification if the trust command was not run.
cmdArgs = append(cmdArgs, "--insecure-skip-verify")
cmdArgs = append(cmdArgs, "--insecure-options=all")
}

// Inject the environment variables.
Expand Down

0 comments on commit 428806a

Please sign in to comment.