Integrate listing of existing custom headers into custom headers form for streaming audit events
Merged
requested to merge 361632-integrate-custom-headers-list-graphql-into-custom-headers-form-for-streaming-audit-events into master
All threads resolved!
Compare changes
Files
13- Robert Hunt authored
- Added custom headers to GraphQL query - Added new button to streaming items - Added editing mode to streaming items to toggle the editor - Added streaming destination editor to streaming items and pass the item into it as a prop - Updated streaming destination editor to be disabled when item is passed in - Updated streaming destination editor to add values to fields when item is passed in - Updated streaming destination editor button to say 'Save' rather than 'Add' when the item is passed in - Updated docs to reflect that you can see all the headers in the UI - Updated translation file - Updated specs
@@ -29,7 +29,7 @@ Event streaming destinations receive **all** audit event data, which could inclu
@@ -29,7 +29,7 @@ Event streaming destinations receive **all** audit event data, which could inclu
- When the destination list is empty, select **Add stream** to show the section for adding destinations.
- When the destination list is not empty, select **{plus}** to show the section for adding destinations.
@@ -76,7 +76,7 @@ Users with at least the Owner role for a group can list event streaming destinat
@@ -76,7 +76,7 @@ Users with at least the Owner role for a group can list event streaming destinat
@@ -115,7 +115,7 @@ When the last destination is successfully deleted, event streaming is disabled f
@@ -115,7 +115,7 @@ When the last destination is successfully deleted, event streaming is disabled f
@@ -184,7 +184,7 @@ not available. The UI for this feature is not ready for production use.
@@ -184,7 +184,7 @@ not available. The UI for this feature is not ready for production use.
Users with at least the Owner role for a group can add event streaming destinations and custom HTTP headers for it:
- When the destination list is empty, select **Add stream** to show the section for adding destinations.
- When the destination list is not empty, select **{plus}** to show the section for adding destinations.
@@ -220,7 +220,7 @@ mutation {
@@ -220,7 +220,7 @@ mutation {
Group owners can remove a HTTP header using the GraphQL `auditEventsStreamingHeadersDestroy` mutation. You can retrieve the header ID
@@ -232,7 +232,11 @@ mutation {
@@ -232,7 +232,11 @@ mutation {
You can list all custom headers for a top-level group as well as their value and ID using the GraphQL `externalAuditEventDestinations` query. The ID
@@ -258,6 +262,22 @@ query {
@@ -258,6 +262,22 @@ query {