github vercel/vercel @vercel/oidc@3.6.0

latest releases: @vercel/static-build@2.9.36, @vercel/node@5.8.11, @vercel/nestjs@0.2.91...
7 hours ago

Minor Changes

  • fddeb55: Add configurable credentials storage handling across the CLI auth stack. Storage of credentials can be configured by the new credStorage key in global config.json or the new VERCEL_TOKEN_STORAGE environment variable. The environment variable takes precedence over the configuration key. Accepted values are file (store credentials in auth.json), keyring (store credentials in system keyring, e.g macOS Keychain or Secrets Service on Linux), and auto (try storing in keyring if available, fall back to file if keyring is not available).

    @vercel/oidc supports keyring-stored authentication credentials by delegating the OIDC minting to the CLI executable via @vercel/cli-exec.

Patch Changes

  • Updated dependencies [fddeb55]
    • @vercel/cli-config@0.2.0

Don't miss a new vercel release

NewReleases is sending notifications on new releases.