Skip to content

Commit

Permalink
shot in the dark, attempt to fix db tests - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
creack committed Jan 5, 2025
1 parent 1c51640 commit 6852c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/srv/discovery/fetchers/eks.go
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ func (a *eksFetcher) setCallerIdentity(ctx context.Context) error {
a.stsClient, err = a.ClientGetter.GetAWSSTSClient(
ctx,
a.Region,
a.getAWSOpts()...,
awsconfig.WithAmbientCredentials(),
)
if err != nil {
return trace.Wrap(err)
Expand Down

0 comments on commit 6852c7f

Please sign in to comment.