UNCLASSIFIED - NO CUI

Harbor OIDC SSO Config Missing Required Fields

Bug

Description

The current Bigbang chart values.yaml file missing the required fields for configuring Harbor OIDC SSO programatically.

Currently the only available SSO configuration fields for Harbor are:

sso:
      # -- Toggle SSO for Harbor on and off
      enabled: false

      # -- OIDC Client ID to use for Harbor
      client_id: ""

      # -- OIDC Client Secret to use for Harbor
      client_secret: ""

This config in values file is missing the following fields required to setup SSO, which are available in the GUI:

  • OIDC Provider Name
  • OIDC Endpoint
  • OIDC Scope
  • Username Claim

BigBang Version

This is valid for the latest BB version, 2.39.1 as of today.