You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To complete the RBAC work the UI will need to pass in a type identifier for the plugin that the user is currently residing in when updating or searching for an alert. The name of this identifier is still being determined but for now we can call it the scope. This value must be passed to the backend when making certain requests so that the user's privileges can be checked to determine if they are authorized to interact with said alerts of that specific scope.
For example, if searching for detections alerts, we would pass in:
scope: 'securitySolution',
The text was updated successfully, but these errors were encountered:
To complete the RBAC work the UI will need to pass in a type identifier for the plugin that the user is currently residing in when updating or searching for an
alert
. The name of this identifier is still being determined but for now we can call it thescope
. This value must be passed to the backend when making certain requests so that the user's privileges can be checked to determine if they are authorized to interact with said alerts of that specificscope
.For example, if searching for detections alerts, we would pass in:
The text was updated successfully, but these errors were encountered: