Adjusting uptime readonly feature (#125031) (#125081)

* Adjusting uptime readonly feature

* Missed another occurrence, good call Xavier

(cherry picked from commit 7dfc395423)

# Conflicts:
#	x-pack/plugins/uptime/server/kibana.index.ts
This commit is contained in:
Brandon Kobel 2022-02-09 07:53:35 -08:00 committed by GitHub
parent 09d2cd1ce5
commit 8f2596cd20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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