Skip to content

Commit

Permalink
chore: remove misleading docs for credentialsFromJSON JWT path (#2141)
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Dietz <noahdietz@users.noreply.github.com>
  • Loading branch information
rileykarson and noahdietz committed Sep 12, 2023
1 parent 9a84e80 commit 2114d8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions internal/creds.go
Expand Up @@ -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
Expand Down

0 comments on commit 2114d8d

Please sign in to comment.