Skip to content

Commit

Permalink
fieldalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
damemi committed Mar 7, 2024
1 parent 1d675ba commit c831eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extension/googleclientauthextension/config.go
Expand Up @@ -32,13 +32,13 @@ type Config struct {
// https://cloud.google.com/apis/docs/system-parameters
QuotaProject string `mapstructure:"quota_project"`

// CredentialsFile is an optional path to a GCP credentials file.
CredentialsFile string `mapstructure:"credentials_file"`

// Scope specifies optional requested permissions.
// See https://datatracker.ietf.org/doc/html/rfc6749#section-3.3
Scopes []string `mapstructure:"scopes,omitempty"`

// CredentialsFile is an optional path to a GCP credentials file.
CredentialsFile string `mapstructure:"credentials_file"`

// TODO: Support impersonation, similar to what exists in the googlecloud collector exporter.
}

Expand Down

0 comments on commit c831eea

Please sign in to comment.