Skip to content

Commit

Permalink
Remove entity-level copy of scope from production aggregate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#49 for details
  • Loading branch information
Alex Stuart committed Nov 1, 2021
1 parent 1aaca6f commit 74c79cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mdx/uk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ when it appeared in the fallback aggregate, which would be too late to take corr

Status:

* The `test` aggregate does not include the entity-level copy of the scopes for an
identity provider (`ukf-meta#49`).
* These aggregates are identical

### `cds-all` Aggregate vs. Production Aggregate

Expand All @@ -76,6 +75,9 @@ Status:

Status:

* The `production` aggregate does not include the entity-level copy of the scopes for an
identity provider (`ukf-meta#49`).

* The `production` aggregate does not include the `<UKFederationMember>` label (`ukf-meta#34`).

* The `production` aggregate adds `<EncryptionMethod>` elements with AES128-CBC
Expand Down
1 change: 1 addition & 0 deletions mdx/uk/generate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@
<ref bean="assembleAggregate"/>
<bean parent="mda.SetCacheDurationStage"
p:cacheDuration="${cacheDuration.aggregate.duration}"/>
<ref bean="stripEntityScopes"/>

<ref bean="uk_add_cbc_encryption"/>

Expand Down

0 comments on commit 74c79cb

Please sign in to comment.