Puppet · Authentication Profile

Puppet Authentication

Authentication

Puppet secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

AutomationConfiguration ManagementDevOpsEnterpriseInfrastructure as CodeOrchestrationRBAC
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

rbacToken apiKey
· in: header (X-Authentication)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/puppet-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: rbacToken
  type: apiKey
  in: header
  parameter: X-Authentication
  description: |-
    Puppet Enterprise RBAC user authentication token. May be retrieved via
    `puppet-access show`. Required on every request.
  sources:
  - openapi/puppet-openapi.yml