Skip to content

Add auditEventsStreamingHeadersUpdate mutation

Max Woolf requested to merge 361964-updatestreaming-header into master

What does this MR do and why?

  • Adds a GraphQL mutation to update a custom header for an event streaming destination.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

  1. Enable the feature flag and create a header as described in this MR.
  2. Instead of deleting the header, update it using the auditEventsStreamingHeadersUpdate mutation.
  3. Assert that the header has updated successfully.
  4. Assert that only a group owner is able to make this change.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #361964 (closed)

Edited by Max Woolf

Merge request reports