-
Notifications
You must be signed in to change notification settings - Fork 476
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
Implement LRU cache for storing SVIDs in SPIRE Agent #3181
Commits on Jun 28, 2022
-
Implement LRU cache for storing SVIDs in SPIRE Agent
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 24a19c8 - Browse repository at this point
Copy the full SHA 24a19c8View commit details -
Address comments: update comments, new unit tests and var renames
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 709de6b - Browse repository at this point
Copy the full SHA 709de6bView commit details
Commits on Jul 22, 2022
-
Removing svid_cache_expiry_interval configuration
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for b48bf9d - Browse repository at this point
Copy the full SHA b48bf9dView commit details -
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 487fc58 - Browse repository at this point
Copy the full SHA 487fc58View commit details -
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 5f1fee7 - Browse repository at this point
Copy the full SHA 5f1fee7View commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 75ba99b - Browse repository at this point
Copy the full SHA 75ba99bView commit details
Commits on Jul 26, 2022
-
Updating method signature of SubscribeToCacheChanges to take ctx
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for d98654b - Browse repository at this point
Copy the full SHA d98654bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0914ced - Browse repository at this point
Copy the full SHA 0914cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec9a133 - Browse repository at this point
Copy the full SHA ec9a133View commit details
Commits on Jul 28, 2022
-
Remove dependence on timing in unit test
Signed-off-by: Ryan Turner <turner@uber.com>
Ryan Turner committedJul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 34dff28 - Browse repository at this point
Copy the full SHA 34dff28View commit details -
Merge pull request #41 from rturner3/lru-cache-test
Remove dependence on timing in unit test
Configuration menu - View commit details
-
Copy full SHA for c96afeb - Browse repository at this point
Copy the full SHA c96afebView commit details
Commits on Aug 1, 2022
-
fix unit tests and address comments
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 4fc52a0 - Browse repository at this point
Copy the full SHA 4fc52a0View commit details -
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 38a1713 - Browse repository at this point
Copy the full SHA 38a1713View commit details -
Configuration menu - View commit details
-
Copy full SHA for e71f1c9 - Browse repository at this point
Copy the full SHA e71f1c9View commit details
Commits on Aug 24, 2022
-
the new LRU cache is enabled if experimental cache size is provided
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 993f1bc - Browse repository at this point
Copy the full SHA 993f1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b6175 - Browse repository at this point
Copy the full SHA 37b6175View commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d84b326 - Browse repository at this point
Copy the full SHA d84b326View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9d4685 - Browse repository at this point
Copy the full SHA b9d4685View commit details -
update makeRegistrationEntryWithTTL
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for b7313b3 - Browse repository at this point
Copy the full SHA b7313b3View commit details -
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for b2efd63 - Browse repository at this point
Copy the full SHA b2efd63View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bf04fdd - Browse repository at this point
Copy the full SHA bf04fddView commit details
Commits on Aug 31, 2022
-
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for d1aacc4 - Browse repository at this point
Copy the full SHA d1aacc4View commit details
Commits on Sep 9, 2022
-
Signed-off-by: Prasad Borole <prasadb@uber.com>
Configuration menu - View commit details
-
Copy full SHA for 5b9d6b1 - Browse repository at this point
Copy the full SHA 5b9d6b1View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c83bacf - Browse repository at this point
Copy the full SHA c83bacfView commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 285e782 - Browse repository at this point
Copy the full SHA 285e782View commit details