From 2114d8d30d30a219a8306ca69b4a2c6f97f68661 Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Tue, 12 Sep 2023 14:30:32 -0700 Subject: [PATCH] chore: remove misleading docs for credentialsFromJSON JWT path (#2141) Co-authored-by: Noah Dietz --- 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