Skip to content

Commit

Permalink
Switch to entity attribute blacklist for production aggregate
Browse files Browse the repository at this point in the history
Second phase of ukf/ukf-meta#10.
  • Loading branch information
iay committed Mar 2, 2017
1 parent a1ea68f commit fee4287
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 5 additions & 4 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,16 @@ when it appeared in the fallback aggregate, which would be too late to take corr

### Test Aggregate vs. Production Aggregate

Status (2017-02-13):
Status (2017-03-02):

* the test aggregate implements a _blacklisting_ approach to entity attributes imported from eduGAIN,
while the production aggregate implements the traditional entity attribute _whitelist_.
* These aggregates are currently identical.

### Fallback Aggregate vs. Production Aggregate

Status (2017-02-13):
Status (2017-03-02):

* the production aggregate implements a _blacklisting_ approach to entity attributes imported from eduGAIN,
while the production aggregate implements the traditional entity attribute _whitelist_. (2017-03-02)
* The production aggregate defines the `saml` namespace prefix (used by entity attributes) on the document element
instead of in each SAML `<Attribute>`. (2017-02-08)
* The production aggregate defines the `mdattr` namespace prefix (used by entity attributes) on the document element
Expand Down
1 change: 0 additions & 1 deletion mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@
<ref bean="check_dup_display"/>
<ref bean="errorTerminatingFilter"/>

<ref bean="entityAttributes.whitelist"/>
<ref bean="uk_assemble"/>
<ref bean="stripWayfNamespace"/>
<ref bean="uk_finaliseProduction"/>
Expand Down

0 comments on commit fee4287

Please sign in to comment.