-
Notifications
You must be signed in to change notification settings - Fork 11
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
Comments
@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 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? |
Any updates on this? A bulk resolution API would be extremely beneficial for our use case. |
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 |
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.
The text was updated successfully, but these errors were encountered: