Skip to content

Commit 9510dfa

Browse files
committed
Merge branch 'develop' into feature/remove-key-on-publish
2 parents 973d7fc + db7c648 commit 9510dfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zebedee-cms/src/main/java/com/github/onsdigital/zebedee/ZebedeeConfiguration.java

+2
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ private void initLegacyKeyring() throws KeyringException {
281281
this.schedulerKeyCache = new MigrationCollectionKeyCacheImpl(
282282
new LegacySchedulerKeyCacheImpl(), new NopCollectionKeyCacheImpl(), false);
283283

284+
this.legacyKeyringCache = new com.github.onsdigital.zebedee.model.KeyringCache(sessions, schedulerKeyCache);
285+
284286
CollectionKeyring legacyCollectionKeyring = new LegacyCollectionKeyringImpl(
285287
sessions, usersService, permissionsService, this.legacyKeyringCache, schedulerKeyCache);
286288

0 commit comments

Comments
 (0)