Skip to content

Publish incident details and list to status page

Peter Leitzen requested to merge pl-status-page-publish-incident-service into master

What does this MR do?

Part of #205168 (closed).

Based on !26034 (merged).

This MR implements two services which handle publishing incident details and incident list to a CDN.

We limit the max size of the uploaded JSON to 1 megabyte.

Future MRs will utilize these services. Currently, these services are only used in the Poc:

Note, although a feature we don't provide a changelog entry as these changes are not user-facing and the code is not used yet.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Leitzen

Merge request reports