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 ecb3b05 commit 42d21fdCopy full SHA for 42d21fd
src/main/java/com/uid2/admin/Main.java
@@ -295,10 +295,9 @@ public void run() {
295
try {
296
cloudEncryptionKeyManager.backfillKeys();
297
} catch (CloudStorageException e) {
298
- LOGGER.error("Failed to backfill cloud encryption keys", e);
+ LOGGER.error("Failed to backfill cloud encryption keys in Main", e);
299
}
300
-
301
- cloudEncryptionKeyManager.backfillKeys();
+
302
rotatingCloudEncryptionKeyProvider.loadContent();
303
304
0 commit comments