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 creating/finding a case. The name of this identifier is still being determined but for now we can call it the owner. 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 cases of that specific owner.
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 creating/finding a case. The name of this identifier is still being determined but for now we can call it the
owner
. 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 cases of that specificowner
.An example of this addition is here: https://github.com/elastic/kibana/pull/95058/files#diff-674fdf42872e6825aed1751a212809e9850ba9a426fdafd5be27588744f007f1R87
The text was updated successfully, but these errors were encountered: