Skip to content

Commit

Permalink
upd(yandex) ListSecretsRequest PageSize: 500 -> 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyu authored Sep 25, 2024
1 parent 15a90d7 commit 8229f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/yandex/lockbox/client/grpcclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (c *grpcLockboxClient) GetSecretIDByName(ctx context.Context, iamToken, fol
ctx,
&api.ListSecretsRequest{
FolderId: folderID,
PageSize: 500,
PageSize: 1000,
},
grpc.PerRPCCredentials(common.PerRPCCredentials{IamToken: iamToken}),
)
Expand Down

0 comments on commit 8229f47

Please sign in to comment.