Skip to content

Commit f141667

Browse files
authored
Merge branch 'main' into dapr-state-store-clickhouse
2 parents 2292ac1 + f521a76 commit f141667

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)