Secret Variables values not encrypted in the logs
It looks like when you create a secret variable in Gitlab, it will output the plaintext value in the production.log and production_json.log. Is there anyway to encrypt this?
`./logs/gitlab-rails/production.log:4968: Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "variable"=>{"key"=>"[FILTERED]", "value"=>"captianblack", "environment_scope"=>"*", "protected"=>"0"}, "namespace_id"=>"root", "project_id"=>"Testregistry"}
./logs/gitlab-rails/production_json.log:1397:{"method":"POST","path":"/root/Testregistry/variables","format":"html","controller":"Projects::VariablesController","action":"create","status":302,"duration":79.39,"view":0.0,"db":24.87,"location":"","time":"2018-02-15T16:05:26.822Z","params":{"utf8":"✓","authenticity_token":"[FILTERED]","variable":{"key":"[FILTERED]","value":"captianblack","environment_scope":"*","protected":"0"},"namespace_id":"root","project_id":"Testregistry"},"remote_ip":"","user_id":1,"username":"root"} `