Skip to content

creating secrets with GUID and cleaning them

Kamalika Saha requested to merge kamalika/rb into master

All Submissions:


Changes in this PR:

  • For every new run with this json. Unique secrets will be created which will be used during the pipeline run.
  • The secrets will be cleaned up at the end of the run as well.
  • There is a transient issue fix as well which involves sequential calling of API. Earlier ExternalReferenceValue Mapping data(having a reference to CSRE ID) was created before creating CSRE. This has been corrected as part of this PR as well.

Current Behavior or Linked Issues


Creating all secrets used in the run with an unique ID and cleaning them up at the end of each run.

Does this introduce a breaking change?


  • [YES/NO]

Other information


Edited by Kamalika Saha

Merge request reports