Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use external repositories to get images/ binaries for Nomad #8

Open
ThomasObenaus opened this issue Apr 15, 2018 · 1 comment
Labels

Comments

@ThomasObenaus
Copy link
Collaborator

Why

We want to restrict access of the nomad-masters (leader) to the internet. That's why they are inside a subnet that has only access to AWS services. This restriction is made by allowing only routes to AWS services a specified at: https://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html

Problem - binaries/ images from non ECR sources.

The fabio binary is loaded directly from github. But there is no route that allows egress access to GH.

@ThomasObenaus
Copy link
Collaborator Author

Tasks

  • Rewrite nomad-jobs to take binaries from internal artefact-repo (i.e. artifactory).
  • Provide the nomad-leaders access to internal artefact-repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants