Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Move eduGAIN entities into the production aggregate. Remove HideFromW…
Browse files Browse the repository at this point in the history
…AYF from eduGAIN entities.

Retain HideFromWAYF for InCommon entities, which are still only appearing in the test aggregate.
eduGAIN entities are filtered out from the fallback aggregate so that it can act as a fallback in respect of eduGAIN for some period.
  • Loading branch information
iay committed Dec 4, 2013
1 parent 4c25cee commit 25c6d98
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
<ref bean="errorRemover"/>

<ref bean="uk_fix_mailto"/>
<ref bean="uk_hide_idps"/>
</list>
</property>
</bean>
Expand All @@ -267,6 +266,7 @@
<list>
<ref bean="us_incommon_exportedEntities"/>
<ref bean="importCommonTail"/>
<ref bean="uk_hide_idps"/>
</list>
</property>
</bean>
Expand Down Expand Up @@ -592,6 +592,23 @@
p:id="uk_fallbackPipeline">
<property name="stages">
<list>
<!--
Discard entities registered other than by the UK federation.
This allows the fallback aggregate to be used temporarily by
systems which can't deal with the rise in metadata size from
the eduGAIN import.
-->
<bean parent="EntityRegistrationAuthorityFilterStage"
p:id="retainUKEntities">
<property name="designatedRegistrationAuthorities">
<list>
<ref bean="uk_federation_uri"/>
</list>
</property>
<property name="requiringRegistrationInformation" value="true"/>
<property name="whitelistingRegistrationAuthorities" value="true"/>
</bean>

<!--
Enforce IdP display name uniqueness before assembling aggregate
-->
Expand Down Expand Up @@ -963,6 +980,7 @@
<property name="mergedPipelines">
<list>
<!-- entries earlier in the list have higher precedence -->
<ref bean="uk_int_edugain_importPipeline"/>
</list>
</property>
</bean>
Expand Down Expand Up @@ -1020,7 +1038,6 @@
<list>
<!-- entries earlier in the list have higher precedence -->
<ref bean="uk_us_incommon_importPipeline"/>
<ref bean="uk_int_edugain_importPipeline"/>
</list>
</property>
</bean>
Expand Down Expand Up @@ -1051,6 +1068,7 @@
</bean>
</list>
</property>
<property name="waitingForPipelines" value="true"/>
</bean>

<!-- pipeline continues to generate test aggregate -->
Expand Down

0 comments on commit 25c6d98

Please sign in to comment.