SURFnet / sp-dashboard

SURFconext Service Provider Dashboard
Apache License 2.0
5 stars 2 forks source link

Technical debt: use a generatorinterface for the acl update #1227

Open phavekes opened 4 weeks ago

phavekes commented 4 weeks ago

This issue is imported from pivotal - Originaly created at Jul 20, 2021 by Koen Cornelis

phavekes commented 4 weeks ago

Instead of using the parameter "updatedpart" in PublishEntityClient, use an ACLGenerator (a new implementation of the generatorinterface). Documentation for this has been added in the developer docs.

See PR https://github.com/SURFnet/sp-dashboard/pull/477 where this feature was added. (Koen Cornelis - Jul 20, 2021)