Skip to content

Commit

Permalink
Add default encryption algorithms to input pipelines
Browse files Browse the repository at this point in the history
The effect is to add default encryption algorithms to the wayf
aggregate (which is not part of the UK federation public API)

See ukf/ukf-meta#243 for details
  • Loading branch information
Alex Stuart committed Aug 26, 2022
1 parent 168ce08 commit 559d3b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1247,6 +1247,7 @@
<ref bean="trimImportElementWhitespace"/>
<ref bean="stripEmptyExtensions"/>
<ref bean="strip_mdui_logo_length"/>
<ref bean="uk_add_cbc_encryption"/>

<ref bean="checkSchemas"/>
<ref bean="CHECK_std"/>
Expand Down
2 changes: 2 additions & 0 deletions mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@
<bean id="scopes_inject" parent="ukf.ScopeInjectionStage"
p:members-ref="uk_members"/>

<ref bean="uk_add_cbc_encryption"/>

<ref bean="populateItemIds"/>
<ref bean="uk_populateIds"/>
<bean id="uk_populateFlowConstraints"
Expand Down

0 comments on commit 559d3b6

Please sign in to comment.