We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d708de3 commit ecb3b05Copy full SHA for ecb3b05
src/main/java/com/uid2/admin/Main.java
@@ -292,6 +292,12 @@ public void run() {
292
}
293
294
synchronized (writeLock) {
295
+ try {
296
+ cloudEncryptionKeyManager.backfillKeys();
297
+ } catch (CloudStorageException e) {
298
+ LOGGER.error("Failed to backfill cloud encryption keys", e);
299
+ }
300
+
301
cloudEncryptionKeyManager.backfillKeys();
302
rotatingCloudEncryptionKeyProvider.loadContent();
303
0 commit comments