Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
vinay-gopalan committed Apr 21, 2024
1 parent 50e35d3 commit 9addbd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugin/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ func (b *backend) credentials(s logical.Storage) (*google.Credentials, error) {
func (b *backend) GetExternalAccountConfig(c *config) *gcputil.ExternalAccountConfig {
b.Logger().Info("adding web identity token fetcher")
cfg := &gcputil.ExternalAccountConfig{
ServiceAccountEmail: c.ServiceAccountEmail,
Audience: c.IdentityTokenAudience,
TTL: c.IdentityTokenTTL,
TokenFetcher: b.FetchWorkloadIdentityToken,
ServiceAccountEmail: c.ServiceAccountEmail,
Audience: c.IdentityTokenAudience,
TTL: c.IdentityTokenTTL,
TokenFetcher: b.FetchWorkloadIdentityToken,
}

return cfg
Expand Down

0 comments on commit 9addbd2

Please sign in to comment.