Adjusting uptime readonly feature (#125031)

* Adjusting uptime readonly feature

* Missed another occurrence, good call Xavier
This commit is contained in:
Brandon Kobel 2022-02-09 06:11:21 -08:00 committed by GitHub
parent 9790a7e008
commit 7dfc395423
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ export const initServerWithKibana = (
catalogue: ['uptime'],
api: ['uptime-read', 'uptime-write', 'lists-all'],
savedObject: {
all: [umDynamicSettings.name, 'alert', syntheticsMonitorType, syntheticsApiKeyObjectType],
all: [umDynamicSettings.name, syntheticsMonitorType, syntheticsApiKeyObjectType],
read: [],
},
alerting: {
@ -91,7 +91,7 @@ export const initServerWithKibana = (
catalogue: ['uptime'],
api: ['uptime-read', 'lists-read'],
savedObject: {
all: ['alert'],
all: [],
read: [umDynamicSettings.name, syntheticsMonitorType, syntheticsApiKeyObjectType],
},
alerting: {