You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
@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.
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?
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: