oncall-engine/engine/apps/oss_installation
Vadim Stepanov ae5949aa7e
Allow viewers fetch cloud connection status (#1181)
# What this PR does
Fixes the issue when users with the viewer role can't fetch the cloud
connection status, which makes the plugin fail to load for viewers. This
PR makes the cloud connection endpoint use `OTHER_SETTINGS_READ` for
fetching the cloud connection status instead of `OTHER_SETTINGS_WRITE`.

## Checklist

- [x] Tests updated
- [x] `CHANGELOG.md` updated
2023-01-23 11:17:57 +00:00
..
migrations Add migration 2022-06-06 16:36:49 +04:00
models Add RBAC Support (#777) 2022-11-29 09:41:56 +01:00
serializers Add cloud connection statuses on user page (#34) 2022-06-13 16:29:08 +04:00
tests Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
views Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
cloud_heartbeat.py Conform URLs (#281) 2022-07-25 09:12:50 -06:00
constants.py Make CloudConnection instance wide 2022-06-06 16:02:09 +04:00
tasks.py Add cloud connection statuses on user page (#34) 2022-06-13 16:29:08 +04:00
urls.py Allow viewers fetch cloud connection status (#1181) 2023-01-23 11:17:57 +00:00
usage_stats.py Add cloud connection statuses on user page (#34) 2022-06-13 16:29:08 +04:00
utils.py Add cloud connection statuses on user page (#34) 2022-06-13 16:29:08 +04:00