Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
14.94k stars 840 forks source link

Uploading More than 200 Secrets #557

Open rahb3rt opened 1 year ago

rahb3rt commented 1 year ago

Describe the bug

When trying to upload more than 200 secrets the connection between the api and front end seems to time out.

To Reproduce

Steps to reproduce the behavior: Try uploading a secret file with more than 200 secrets.

Expected behavior

The number of secrets should not matter when uploading to the platform and should be able to process them all.

Screenshots

n/a

Platform you are having the issue on:

EKS

Additional context

Add any other context about the problem here.

delavegar25 commented 1 year ago

I suggest optimizing the API request, maybe optimize the API request by implementing pagination (for example: define the page size infisical wants) or divide them into smaller batches and upload them sequentially.

ali-master commented 10 months ago

@rahb3rt @delavegar25

I checked the issue locally, and everything worked as well as desired. The problem may be fixed now.