Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bulk update of saved objects across different spaces #75449

Closed
jportner opened this issue Aug 19, 2020 · 1 comment · Fixed by #75478
Closed

Allow bulk update of saved objects across different spaces #75449

jportner opened this issue Aug 19, 2020 · 1 comment · Fixed by #75478
Assignees
Labels
enhancement New value added to drive a business result Feature:Saved Objects Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!

Comments

@jportner
Copy link
Contributor

Describe the feature:

Now that #27003 has been implemented, some consumers might want to update multiple objects in that exist in different spaces.

Currently, the bulkUpdate API uses a single namespace field for the entire operation, and this field is transparently set by the SpacesSavedObjectsClientWrapper (not by consumers). In addition to this, we can allow consumers to specify a namespace for each object; if that is specified it will be used instead. Note that the default behavior for bulkUpdate should remain the same.

Describe a specific use case for the feature:

The implementation of #56889 would be greatly simplified by this feature.

@jportner jportner added Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more! enhancement New value added to drive a business result Feature:Saved Objects labels Aug 19, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-security (Team:Security)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New value added to drive a business result Feature:Saved Objects Team:Security Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants