• v1.2.1 8c654a5537

    Accept MCIAS JWT tokens as passwords at token endpoint

    kyle released this 2026-03-28 22:13:27 +00:00 | 8 commits to master since this release

    The /v2/token endpoint now detects when the password looks like a JWT
    (contains two dots) and validates it directly against MCIAS before
    falling back to the standard username+password login flow. This enables
    non-interactive registry auth for service accounts — podman login with
    a pre-issued MCIAS token as the password.

    Follows the personal-access-token pattern used by GHCR, GitLab, etc.

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads