Skip to content

Commit

Permalink
Move check_hasreginfo to eduGAIN import policy
Browse files Browse the repository at this point in the history
Move this check from a location where its effects may be discarded into the general policy checks so that results are always visible.

See ukf/ukf-meta#210.
  • Loading branch information
iay committed Dec 29, 2019
1 parent 42bf733 commit 85407ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@
<ref bean="disassemble"/>

<ref bean="int_edugain_removeBlacklistedEntities"/>

<!--
All eduGAIN entities should have mdrpi:RegistrationInfo elements, but
we can't check the actual values.
-->
<ref bean="check_hasreginfo"/>
</list>
</property>
</bean>
Expand Down
19 changes: 19 additions & 0 deletions mdx/uk/edugain-policy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,25 @@
</property>
</bean>

<!--
***************************************************
*** ***
*** U K F E D E R A T I O N P O L I C Y ***
*** ***
***************************************************
The following policy elements are not documented as part
of InCommon's eduGAIN import policy. Some may be
_implemented_ as part of eduGAIN's effective policy, but
not documented as such.
-->

<!--
All eduGAIN entities should have mdrpi:RegistrationInfo elements, but
we can't check the actual values.
-->
<ref bean="check_hasreginfo"/>

</list>
</property>
</bean>
Expand Down

0 comments on commit 85407ee

Please sign in to comment.