Skip to content

Commit

Permalink
Add default encryption algorithms to SPs in the fallback aggregate
Browse files Browse the repository at this point in the history
This commit adds the default AES128-CBC encryption algorithm to
SPs that do not have any registered block encryption algorithms.
Previous commits add them to the test and production aggregates;
this commit is the last step in rolling the defaults out.

See ukf/ukf-meta#243 for details
  • Loading branch information
Alex Stuart committed Aug 26, 2022
1 parent 4783d5c commit 168ce08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@
<bean parent="mda.SetCacheDurationStage"
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEntityScopes"/>
<ref bean="uk_add_cbc_encryption"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="uk_finaliseFallback"/>
<ref bean="uk_normaliseFallback"/>
Expand Down

0 comments on commit 168ce08

Please sign in to comment.