Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Support auth for pulling container image #646

Closed
rluisr opened this issue Oct 20, 2020 · 1 comment
Closed

Support auth for pulling container image #646

rluisr opened this issue Oct 20, 2020 · 1 comment
Labels
enhancement New feature or request plugin/nomad

Comments

@rluisr
Copy link
Contributor

rluisr commented Oct 20, 2020

Is your feature request related to a problem? Please describe.
There is no way to pull container image from private registry.

Describe the solution you'd like
Add auth property to nomad plugin.

Describe alternatives you've considered

deploy {
    use "nomad" {
      auth = {
        "username": "rluisr",
        "password": ""
      }
    }
  }

Additional context
PR #647

@mitchellh mitchellh added enhancement New feature or request plugin/nomad labels Oct 20, 2020
nickethier added a commit that referenced this issue Oct 20, 2020
Add auth property for pulling docker image from private registry #646
@nickethier
Copy link
Member

closed by #647

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request plugin/nomad
Projects
None yet
Development

No branches or pull requests

3 participants