Skip to content

As an Admin I want service approvers to be per tenant, per resource, and defined in the tenantSchema. #909

@nopivnick

Description

@nopivnick

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)

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions