Skip to content

Print example CI config from Vault helper

Avielle Wolfe requested to merge 383092-retry-vault-printout into main

What does this merge request do and why?

This MR adds a printed example CI job configuration as the last step of the vault:configure Rake task. This configuration can be used without modification to fetch the example Vault secret created by the task.

Redo of !2841 (merged) since that pipeline has a weird failure we haven't been able to get rid of

The example looks like:

Screen_Shot_2022-11-28_at_17.21.13

Completes gitlab#383092 (closed)

Merge request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise an issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports