kerscher / nomad-acl-policies

A collection of Nomad ACL policies for simple deployments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nomad ACL policies

This repository has a collection of policies for use in ACL-enabled Nomad agents.

$ git clone git@github.com:kerscher/nomad-acl-policies
$ cd nomad-acl-policies
$ make

Then to install on your cluster, assuming you have a management token available:

$ export NOMAD_TOKEN="some-management-token"
$ export NOMAD_SERVER="https://some-ip:some-port"
$ make install

About

A collection of Nomad ACL policies for simple deployments


Languages

Language:Shell 69.0%Language:Makefile 31.0%