From fe922ef0c0c18098b756d0590d8a21637ce5ce35 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Thu, 7 Sep 2023 14:17:41 -0700 Subject: [PATCH] chore: remove misleading docs for credentialsFromJSON JWT path --- internal/creds.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/internal/creds.go b/internal/creds.go index 92b3acf6edf..05165f333b0 100644 --- a/internal/creds.go +++ b/internal/creds.go @@ -78,9 +78,8 @@ const ( // met: // // (1) At least one of the following is true: -// (a) No scope is provided -// (b) Scope for self-signed JWT flow is enabled -// (c) Audiences are explicitly provided by users +// (a) Scope for self-signed JWT flow is enabled +// (b) Audiences are explicitly provided by users // (2) No service account impersontation // // - Otherwise, executes standard OAuth 2.0 flow