oncall-engine/engine/apps
Joey Orlando 9e598385f4
Add RBAC Support (#777)
* Modify plugin.json to support RBAC role registration

* defines 26 new custom roles in plugin.json. The main roles are:

- Admin: read/write access to everything in OnCall
- Reader: read access to everything in OnCall
- OnCaller : read access to everything in OnCall + edit access to Alert Groups and Schedules
- <object-type> Editor: read/write access to everything related to <object-type>
- <object-type> Reader: read access for <object-type>
- User Settings Admin: read/write access to all user's settings, not just own settings. This is in comparison to User Settings Editor which can only read/write own settings

* update changelog and documentation (#686)

* implement RBAC for OnCall backend

This commit refactors backend authorization. It trys to use RBAC authorization if the org's grafana instance supports it, otherwise it falls back to basic role authorization.

* update RBAC backend tests

* add tests for RBAC changes
- run backend tests as matrix where RBAC is enabled/disabled. When RBAC is enabled, the permissions granted are read from the role grants in the frontend's plugin.json file (instead of relying what we specify in RBACPermission.Permissions)
- remove --reuse-db --nomigrations flags from engine/tox.ini
- minor autoformatting changes to docker-compose-developer.yml

* remove --ds=settings.ci-test from pytest CI command

DJANGO_SETTINGS_MODULE is already specified as an env var so this is just unecessary duplication

* update gitignore

* update github action job name for "test"

* RBAC frontend changes

* refactors the use of basic roles (ex. Viewer, Editor, Admin) use RBAC permissions (when supported), or falling back to basic roles when RBAC is not supported.

- updates the UserAction enum in grafana-plugin/src/state/userAction.ts. Previously this was hardcoded to a list of strings that were being returned by the OnCall API. Now the values here correspond to the permissions in plugin.json (plus a fallback role)

* changes per Gabriel's comments:
- get rid of group attribute in rbac roles
- remove displayName role attribute
- remove hidden role attribute
- add back role to includes section

* don't try to update user timezone if they don't have permission
2022-11-29 09:41:56 +01:00
..
alerts Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
api Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
api_for_grafana_incident World, meet OnCall! 2022-06-03 08:09:47 -06:00
auth_token Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
base Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
email Allow no-auth SMTP connection for email notifications (#759) 2022-11-03 16:18:37 +00:00
grafana_plugin Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
heartbeat Insight logs (#348) 2022-08-24 12:04:44 +05:00
integrations Check id instead of object to avoid unnecessary query 2022-10-28 15:45:51 -06:00
mobile_app fetch/render mobile app QR code in user settings modal 2022-11-28 18:47:59 +01:00
oss_installation Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
public_api Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
schedules Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
slack Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
social_auth Support of oncall-gw (#741) 2022-11-08 14:43:22 +08:00
telegram Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
twilioapp Add simple check if using API key instead of AUTH token 2022-11-09 21:52:42 -07:00
user_management Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00