Skip to content

WIP: Add control for masking variable values in runner logs - enhanced

What does this MR do?

🌟 Ideally:

  • Display variables as a table, move editing of variables to a modal with checkboxes for masked and protected
  • Show a live validation warning message below variables that aren't suitable for masking
  • Check values against regex/rules that check if the value is suitable for masking
  • Still allow user to save values that don't match, as long as they've been warned
  • Update paragraph above to explain how this works

Minimal version here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25476

"Suitable for masking" means:

  • it should be a single line
  • it should not have escape characters
  • it should not use variables
  • it should not have any whitespace
  • it should be longer than 8 characters

What are the relevant issue numbers?

#13784 (closed), closes #59318 (moved)

Does this MR meet the acceptance criteria?

Edited by Miranda Fluharty

Merge request reports