this will involve refactoring some of the recent work done on #985, specifically wrt how values (email) are stored in the tenant schema.
currently on Dev service approvers are configured per tenant (across all resources) in the ${tenant}-userRights collection.
for purposes of this task, service approvers should be stored in the tenant schema something like:
resources (array)
[0] (map)
services (array)
[0] (map)
type: (string)
approvers (array)
[0] email (string)
this will involve refactoring some of the recent work done on #985, specifically wrt how values (email) are stored in the tenant schema.
currently on
Devservice approvers are configured per tenant (across all resources) in the${tenant}-userRightscollection.for purposes of this task, service approvers should be stored in the tenant schema something like: