lakeFS · Authentication Profile

Lakefs Authentication

Authentication

lakeFS secures its APIs with apiKey and http across 5 declared security schemes, as derived from its OpenAPI definitions.

Data Version ControlData LakeGit-likeOpen Source
Methods: apiKey, http Schemes: 5 OAuth flows: API key in: cookie

Security Schemes

basic_auth http
scheme: basic
jwt_token http
scheme: bearer
cookie_auth apiKey
· in: cookie (internal_auth_session)
oidc_auth apiKey
· in: cookie (oidc_auth_session)
saml_auth apiKey
· in: cookie (saml_auth_session)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/lakefs-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - cookie
schemes:
- name: basic_auth
  type: http
  scheme: basic
  sources:
  - openapi/lakefs-openapi.yml
- name: jwt_token
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/lakefs-openapi.yml
- name: cookie_auth
  type: apiKey
  in: cookie
  parameter: internal_auth_session
  sources:
  - openapi/lakefs-openapi.yml
- name: oidc_auth
  type: apiKey
  in: cookie
  parameter: oidc_auth_session
  sources:
  - openapi/lakefs-openapi.yml
- name: saml_auth
  type: apiKey
  in: cookie
  parameter: saml_auth_session
  sources:
  - openapi/lakefs-openapi.yml