HashiCorp Nomad · Authentication Profile

Nomad Authentication

Authentication

HashiCorp Nomad secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

Workload OrchestrationContainer OrchestrationSchedulingInfrastructureDevOps
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

nomadToken apiKey
· in: header (X-Nomad-Token)
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/nomad-http-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: nomadToken
  type: apiKey
  in: header
  parameter: X-Nomad-Token
  description: ACL token passed via the X-Nomad-Token request header.
  sources:
  - openapi/nomad-http-api-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  description: ACL token passed via the Authorization header with Bearer scheme.
  sources:
  - openapi/nomad-http-api-openapi.yml