Flatcar Container Linux · Authentication Profile

Flatcar Container Linux Authentication

Authentication

Flatcar Container Linux secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Cloud NativeContainersImmutable InfrastructureIncubatingLinuxOperating System
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: cookie

Security Schemes

oidcBearerAuth http
scheme: bearer
oidcCookieAuth apiKey
· in: cookie (oidc)
githubCookieAuth apiKey
· in: cookie (github)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/nebraska-update-api-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: oidcBearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/nebraska-update-api-openapi.yml
- name: oidcCookieAuth
  type: apiKey
  in: cookie
  parameter: oidc
  sources:
  - openapi/nebraska-update-api-openapi.yml
- name: githubCookieAuth
  type: apiKey
  in: cookie
  parameter: github
  sources:
  - openapi/nebraska-update-api-openapi.yml