From bfaa66bd663615688155de119a676d67396f6bb7 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 25 Apr 2025 08:43:32 -0400 Subject: [PATCH] Document that the OIDC token expires in 5min (#483) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 538f801..d0116cc 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,12 @@ For more usage options, see the [examples](docs/EXAMPLES.md). > SDK](https://github.com/firebase/firebase-admin-node/issues/1377). Use Service > Account Key JSON authentication instead. +> [!WARNING] +> +> As of the time of this writing, the GitHub OIDC token expires in 5 minutes, +> which means any derived credentials also expire in 5 minutes. + + The following inputs are for _authenticating_ to Google Cloud via Workload Identity Federation.