CubeFS · Authentication Profile

Cubefs Authentication

Authentication

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

Cloud NativeCNCF GraduatedDistributed File SystemKubernetesObject StoragePOSIXS3 CompatibleStorage
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

awsAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cubefs-s3-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: awsAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: 'AWS Signature Version 4 authorization. Format: AWS4-HMAC-SHA256 Credential={accessKey}/{date}/{region}/s3/aws4_request,
    SignedHeaders={headers}, Signature={signature}. Access keys are managed via the CubeFS Master
    API user management endpoints.'
  sources:
  - openapi/cubefs-s3-api-openapi.yml