[Synthetics] [Serverless] Params not able to be viewed by any user role in serverless #200479
Labels
bug
Fixes for quality problems that affect the customer experience
Team:obs-ux-management
Observability Management User Experience Team
v8.17.0
Synthetics params can be written by users with Kibana Uptime/Synthetics ALL privileges, but param values can only read by users with specific roles.
In stateful, param values can only be read by users with
kibana_admin
orsuperuser
role. However, in serverless, currently no user is able to view params.Users on serverless oblt projects fall into three categories
admin
,editor
andviewer
. Onlyadmin
users should be able to read params values. Currently, evenadmin
users cannot view params.Update the logic so that
admin
users in oblt serverless projects are able to read param values.admin
is not a reserved role name in stateful. Therefore, any logic will need to specifically check if we're running in serverless before allowing theadmin
role to access read params privileges.The text was updated successfully, but these errors were encountered: