informed-governance-project / NISINP

Incident Notification Platform by @NC3-LU
https://nisinp.readthedocs.io
GNU Affero General Public License v3.0
5 stars 0 forks source link

Make link to MONARC instance not mandatory #33

Closed jerolomb closed 1 day ago

jerolomb commented 9 months ago

Describe the bug Make link to MONARC instance not mandatory

ruslanbaidan commented 8 months ago

There are 2 cases:

Solution Introduce a resource_access table linked as many2many with users with the following fields: id, type (monarc, security objectives, monitoring etc), url, access (type of access - read only, rwd)

jerolomb commented 8 months ago

There are 2 cases:

* operator monarc_path - not mandatory field;

* regulator monarc_path - could be a list of access URLs (e.g. multiple FO and BO).
  The other solution is to link the access list to the regulator users directly (access per regulator user).

Solution Introduce a resource_access table linked as many2many with users with the following fields: id, type (monarc, security objectives, monitoring etc), url, access (type of access - read only, rwd)

should not be linked to user but to companies/regulators

Not needed for the moment