Skip to content

Filter secret variable values from logs

Stan Hu requested to merge sh-filter-secret-variables into master

Right now Project::VariablesController users the value parameter to send the secret variable value. value is a pretty generic term and could be used in other controllers, but for now it's better to err on the side of caution and filter this out.

Closes #43313 (closed)

Edited by Stan Hu

Merge request reports