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
To prepare for #2728 YW should be caching the latest key ref for a universe -> key value in memory such that it does not need to make API requests every single time it wants to send the same encryption key to masters.
The text was updated successfully, but these errors were encountered:
Summary:
To prepare for #2728, the latest key ref -> key val for each universe should be cached in memory on the
platform side of things to get rid of the need to make API calls on every retrieve key
request
Test Plan:
Make multple retrieve key calls in a row with the same parameters, ensure that API
requests should be made against the kms key provider at most one time while all subsequent retrieve
key calls should retrieve the key from in-memory cache.
Reviewers: ram, sanketh
Reviewed By: sanketh
Subscribers: jenkins-bot, yugaware
Differential Revision: https://phabricator.dev.yugabyte.com/D7486
To prepare for #2728 YW should be caching the latest key ref for a universe -> key value in memory such that it does not need to make API requests every single time it wants to send the same encryption key to masters.
The text was updated successfully, but these errors were encountered: