Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami committed Dec 12, 2024
1 parent bc35216 commit c7c147c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc_cli/aws_sts.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (tf *tokenFetcher) fetchFullToken(ctx context.Context) (*client.Token, erro
tf.mu.Lock()
defer tf.mu.Unlock()

return oidc_impl.GetToken(ctx, tf.conf.OIDCClientID, tf.conf.OIDCIssuerURL)
return oidc_impl.GetToken(ctx, tf.conf.OIDCClientID, tf.conf.OIDCIssuerURL, []string{})
}

func (tf *tokenFetcher) FetchToken(ctx context.Context) ([]byte, error) {
Expand Down

0 comments on commit c7c147c

Please sign in to comment.