Skip to content

Commit

Permalink
fix: initialize the close chan (#3608)
Browse files Browse the repository at this point in the history
Signed-off-by: Samantha Coyle <[email protected]>
  • Loading branch information
sicoyle authored Nov 20, 2024
1 parent e2b27d3 commit f521a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/authentication/aws/x509.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ func newX509(ctx context.Context, opts Options, cfg *aws.Config) (*x509, error)
return GetConfig(opts)
}(),
clients: newClients(),
closeCh: make(chan struct{}),
}

if err := auth.getCertPEM(ctx); err != nil {
Expand Down

0 comments on commit f521a76

Please sign in to comment.