Skip to content

Remove char limitation raw masked vars

Laura Montemayor requested to merge remove-char-limitation-raw-masked-vars into master

What does this MR do and why?

Removes the special character limitation for variables that are masked AND raw (not expanded).

Screenshots or screen recordings

This is under the feature flag ci_remove_character_limitation_raw_masked_var

8 character minimum limitation: Screenshot_2023-01-19_at_19.23.47

No spaces: Screenshot_2023-01-19_at_19.30.06

Allowing special characters: Screenshot_2023-01-19_at_19.24.06

How to set up and validate locally

  1. Turn on the feature flag ci_remove_character_limitation_raw_masked_var
  2. Add a masked variable and make sure Expanded is unselected
  3. Add a value with special characters that is over 8 characters and have no spaces (this is the limitation for this particular value).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Resolves: #196871 (closed)

Edited by Marcel Amirault

Merge request reports