Skip to content

Commit f521a76

Browse files
authored
fix: initialize the close chan (#3608)
Signed-off-by: Samantha Coyle <[email protected]>
1 parent e2b27d3 commit f521a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/authentication/aws/x509.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ func newX509(ctx context.Context, opts Options, cfg *aws.Config) (*x509, error)
9696
return GetConfig(opts)
9797
}(),
9898
clients: newClients(),
99+
closeCh: make(chan struct{}),
99100
}
100101

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

0 commit comments

Comments
 (0)