Skip to content

Add correlation ID to Google Cloud config.json

Pedro Pombeiro requested to merge pedropombeiro/440410/correlation-id into master

What does this MR do and why?

This MR adds the correlation ID to the headers of the credential_source in the generated config.json, as discussed in https://gitlab.com/gitlab-org/architecture/gitlab-gcp-integration/glgo/-/issues/18#note_1756946167.

EE: true

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Correlation ID added to headers in generated config.json:

image

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

This MR is only adding a header and won't have any impact on functionality, but it can be tested using the same steps as in the original !142054 (merged).

Edited by Pedro Pombeiro

Merge request reports