Support bulk sharing of saved objects #133951
Labels
Feature:Security/Sharing Saved Objects
Platform Security - Sharing Saved Objects feature
needs design
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
As of this writing, data views and ML jobs are the only shareable saved object types in Kibana. In the future, more saved object types will become shareable (#128907) and some consumers want the capability to bulk-share saved objects.
The reusable "Share to space" flyout currently looks like this:
This flyout is focused on a single object, though the action of sharing/unsharing will also transparently affect any "related objects" (e.g., the entire outbound reference graph).
The server-side API already supports bulk-sharing objects, but there isn't currently a good way to represent this in the UI. Some issues:
@MichaelMarcialis and I suggested adding this functionality to
EuiSelectable
([EuiSelectable] Add support for Indeterminate values eui#4668) but it was rejected. If we were to implement this, we would have to get rid of our usage ofEuiSelectable
and replace it with something custom.The text was updated successfully, but these errors were encountered: