From 2513df9d7b6b0ae1d286dfef70f944badc1eb628 Mon Sep 17 00:00:00 2001 From: Github Actions <4399427+kferrone@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:25:38 -0700 Subject: [PATCH] docs --- src/duplo_resource/jit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/duplo_resource/jit.py b/src/duplo_resource/jit.py index f6f1a48..4839938 100644 --- a/src/duplo_resource/jit.py +++ b/src/duplo_resource/jit.py @@ -52,7 +52,7 @@ def token(self) -> dict: def gcp(self, nocache: bool = None) -> dict: """GCP Access Token - Get the GCP JWT token for the current user. This is the token that is used to authenticate with the GCP API. + Get the GCP JWT token for the current user. This is the token that is used to authenticate with the GCP API. You must be an admin to use this feature. Example: Using for gcloud cli access Here is how to set the needed environment variables for the gcloud cli.