From 6ce9012a19d6ecddbf6033ba021111eb374e99e4 Mon Sep 17 00:00:00 2001 From: Ville Vesilehto Date: Tue, 11 Jul 2023 20:14:00 +0300 Subject: [PATCH] chore(docs): add default team id to config docs --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index 06b423d..0fd4a8f 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -11,6 +11,7 @@ $ vault write vercel-secrets/config api_key= Optional parameters are: - `max_ttl=`: Maximum TTL for the tokens generated by the plugin. TTLs can be defined on a per-token basis, but they will need to be lower than or equal to the maximum. Default is 10 minutes. +- `default_team_id=`: If set, all generated tokens will be scoped to this Vercel team only. Token creation requests cannot override this value. ## Generate tokens