Skip to content

Fetch and store CI secrets configuration when processing CI yaml

Krasimir Angelov requested to merge ci-secrets-yaml-processing into master

What does this MR do?

This MR is part of series of dependent MRs extracted from !33231 (closed) in order to split work in smaller chunks:

It builds on top of !34813 (merged) and updates Gitlab::CI:YamlProcessor to fetch and store CI secrets configuration in ci_builds_metadata.secrets.

Related to #28321 (closed) and #218746 (closed).

Screenshots

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 Krasimir Angelov

Merge request reports