You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a test, which matches the Role based granular access (Role.Installation.User or Admin) with the current chosen installation (the installation sent as a part of query). Hence we should not be able to make a query for an installation which one does not have access for.
How will this change existing functionality?
Additions to this model inside controller \flotilla\backend\api\Controllers\Models\Role.cs
How will this improvement affect the current Threat Model?
Users/ Admins can only perform operations on installations assigned to them
The text was updated successfully, but these errors were encountered:
UsamaEquinorAFK
changed the title
Test for granular access based on Installation Code
Test for granular access based on Installation Controller
Nov 22, 2023
Describe the test you would like to make
Write a test, which matches the Role based granular access (Role.Installation.User or Admin) with the current chosen installation (the installation sent as a part of query). Hence we should not be able to make a query for an installation which one does not have access for.
How will this change existing functionality?
Additions to this model inside controller \flotilla\backend\api\Controllers\Models\Role.cs
How will this improvement affect the current Threat Model?
Users/ Admins can only perform operations on installations assigned to them
The text was updated successfully, but these errors were encountered: