Axiomatic uses environment variables to override the default configuration values. The Nomad job definition for the Axiomatic service should be adjusted to set these variables.
NOMAD_CACERT is the path to a PEM encoded CA cert file to use to verify the Nomad server SSL certificate.
NOMAD_CAPATH is the path to a directory of PEM encoded CA cert files to verify the Nomad server SSL certificate.
NOMAD_CLIENT_CERT Path to a PEM encoded client certificate for TLS authentication to the Nomad server.
NOMAD_CLIENT_KEY Path to an unencrypted PEM encoded private key matching the client certificate.
NOMAD_NAMESPACE is the target namespace for queries and actions. Default = "default"
NOMAD_REGION is region of the Nomad servers to forward commands.
NOMAD_TOKEN is the SecretID of an ACL token to use to authenticate API requests.
Axiomatic passes environment variables, beginning with "CONSUL_" or "D2C_", through to dir2consul. This provides a convenient way to configure the dir2consul batch jobs launched by Axiomatic.
Please follow the Conventional Commits specification for your commit messages. Commit type options include: feat, fix, build, chore, ci, docs, style, refactor, perf, and test.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.