Skip to content

Bulk SecretsAPI.Resolve #38

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

Closed
pgavlin opened this issue Mar 6, 2024 · 3 comments
Closed

Bulk SecretsAPI.Resolve #38

pgavlin opened this issue Mar 6, 2024 · 3 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.

@MOmarMiraj
Copy link
Contributor

Hey @pgavlin, @Jackman3005

With the release of the Go SDK v0.2.1, we have implemented a bulk secret reference function, you can use it via Secrets().ResolveAll. If you have feedback, feel free to open up another issue, will be closing this one!

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

3 participants