Skip to content

[CI] Generate CI secrets dynamically instead of hard-coding them

Description

This MR adds a job to the auth chart that allows for the dynamic generation of secrets. It works as follows: first it generates all the files we want to create secrets from. Then it loops over all these files and creates Kubernetes secrets from them. This ensures we don't need to hardcode them in the values file. This should fix the SonarCloud issues currently failing the quality gate.

Checklist

  • Documentation reflects the changes made.
  • Merge Request title is clear, concise, and suitable as a changelog entry. See this link

References

Closes #1194 (closed)

Edited by Niels Alexander Buegel

Merge request reports

Loading