Minor Changes
-
fddeb55: Add configurable credentials storage handling across the CLI auth stack. Storage of credentials can be configured by the new
credStoragekey in globalconfig.jsonor the newVERCEL_TOKEN_STORAGEenvironment variable. The environment variable takes precedence over the configuration key. Accepted values arefile(store credentials inauth.json),keyring(store credentials in system keyring, e.g macOS Keychain or Secrets Service on Linux), andauto(try storing in keyring if available, fall back tofileif keyring is not available).@vercel/oidcsupports 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