DirectorySecurity advisories
Sign in

Directory

dex logo

dex

Last changed
Get started with latest for free
docker pull cgr.dev/chainguard/dex

Need access to a specific version? Contact us.

Sign in for updates

Get notified of upcoming product changes, critical vulnerability notifications and patches and more.

Sign in
Versions
Overview
Provenance
Specifications
SBOM
Vulnerabilities
Advisories

dex is a federated OpenID Connect provider.

Download this Image

The image is available on cgr.dev:

docker pull cgr.dev/chainguard/dex:latest

Using dex

dex has several operating modes, the most common being kubernetes, installed via helm using the upstream source shown below:

helm repo add dex https://charts.dexidp.io
helm install --generate-name --wait dex/dex -f values.yaml

An example values.yaml file is provided below:

# values.yaml
image:
  repository: cgr.dev/chainguard/dex
  tag: latest

config:
  issuer: "http://127.0.0.1:5556/dex"

  storage:
    type: memory

  web:
    http: 0.0.0.0:5556

  expiry:
    deviceRequests: "5m"
    signingKeys: "6h"
    idTokens: "24h"
    authRequests: "24h"

  logger:
    level: "info"
    format: "text"

  oauth2:
    responseTypes: [ "code" ]
    skipApprovalScreen: false
    alwaysShowLoginScreen: false

  enablePasswordDB: true

  connectors:
  - type: mockCallback
    id: mock
    name: Example

WARNING: The example above should not be used in production, it simply exists to get up and running quickly.

For an incomplete values file that only contains the minimum required settings to use the Chainguard Images variant, use the snippet below:

# non functional defaults! fill in with your own values.yaml
image:
  repository: cgr.dev/chainguard/dex
  tag: latest
Licenses

Chainguard Images contain software packages that are direct or transitive dependencies. The following licenses were found in the "latest" version of this image:

  • Apache-2.0

  • LGPL-2.1-or-later

  • MIT

  • MPL-2.0

For a complete list of licenses, please refer to this Image's SBOM.

Software license agreement

Related images

Category
AI
application
tools

Products

Chainguard Images

© 2024 Chainguard, Inc.