Switch language한국어
Back to the list

Docker Hub gets OIDC federation for GitHub Actions, retiring the PAT-in-a-secret pattern

TL;DR AI

Key summary

2 min read
  1. Docker Hub now supports OIDC federation with GitHub Actions, letting workflows exchange a per-run signed token for a temporary registry credential instead of storing a Personal Access Token (PAT).

  2. The feature is available to Docker Team, Docker Business, and Docker Hardened Images customers, and requires trust policies configured on Docker’s side.

  3. This reduces long-lived secrets in CI/CD, shrinking the window for token theft and making rotation, revocation, and incident response easier.

  4. Security focus shifts from secret storage to designing and auditing trust policies that control which workflows can obtain credentials.

Read the original