Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk SecretsAPI.Resolve #38

Open
pgavlin opened this issue Mar 6, 2024 · 2 comments
Open

Bulk SecretsAPI.Resolve #38

pgavlin opened this issue Mar 6, 2024 · 2 comments

Comments

@pgavlin
Copy link

pgavlin commented Mar 6, 2024

It would be very nice to be able to resolve multiple secrets in bulk rather than resolving secrets one at a time. In the absence of a bulk API, we will likely need to parallelize the request we make in order to improve performance when resolving multiple secrets.

@Jackman3005
Copy link

Jackman3005 commented Nov 25, 2024

@pgavlin I agree with this. We have 93 secrets to resolve on startup of our application. I am limiting it to 10 requests in parallel and it is still taking quite awhile to startup.

My project is written in Typescript and I have created a similar feature request in the onepassword-sdk-js repo. I offer some ideas for the API there as well.

I wonder if the lack of this ability in these SDKs is more a reflection of the lack of this ability in the core product. Possibly not yet made available for service accounts?

@pgavlin
Copy link
Author

pgavlin commented Dec 12, 2024

Any updates on this? A bulk resolution API would be extremely beneficial for our use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants