Spinnaker · Authentication Profile

Spinnaker Authentication

Authentication

Spinnaker secures its APIs with mutualTLS and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Continuous DeliveryContainersDevOpsMulti-CloudPipelines
Methods: mutualTLS, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode
x509 mutualTLS

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/spinnaker-gate-openapi.yml
summary:
  types:
  - mutualTLS
  - oauth2
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.example.com/oauth/authorize
    tokenUrl: https://accounts.example.com/oauth/token
    scopes: 3
  description: OAuth 2.0 authentication for Spinnaker Gate
  sources:
  - openapi/spinnaker-gate-openapi.yml
- name: x509
  type: mutualTLS
  description: X.509 certificate-based mutual TLS authentication
  sources:
  - openapi/spinnaker-gate-openapi.yml