Artifact Hub · Authentication Profile

Artifact Hub Authentication

Authentication

Artifact Hub secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

Cloud NativeCNCFHelm ChartsPackage RegistryDiscoveryOpen Source
Methods: apiKey Schemes: 2 OAuth flows: API key in: cookie, header

Security Schemes

apiKey apiKey
· in: header (X-API-KEY-ID)
cookieAuth apiKey
· in: cookie (session)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/artifact-hub-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - cookie
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: X-API-KEY-ID
  description: |-
    API key authentication. Clients send the API key ID in the
    `X-API-KEY-ID` header and the API key secret in the
    `X-API-KEY-SECRET` header.
  sources:
  - openapi/artifact-hub-openapi.yml
- name: cookieAuth
  type: apiKey
  in: cookie
  parameter: session
  description: Session cookie obtained from /api/v1/users/login
  sources:
  - openapi/artifact-hub-openapi.yml