-
Bug
-
Resolution: Done
-
Major
-
Pipelines 1.11.0, Pipelines 1.12.0, Pipelines 1.13.0
-
3
-
False
-
-
False
-
-
Bug Fix
-
-
-
Pipelines Sprint 251
Description of problem:
When we have multiple secrets with the same prefix and the shortest one is detected first, the shortest secret will be hidden but the rest of the string from the longest one will leak.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once)
Multiple secrets attached to a PipelineRun, the first attached secret is called secret the second attached secret is called secret-is-secret.
If you output those secrets in the logs with a failure, pac will output a snippet, that snippet needs to have those two secrets properly hidden with "****"
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):