Controller parameters handling sensitive information should use a more specific name
Right now we filter key and value from the logs, since they can contain sensitive information (https://gitlab.com/gitlab-org/gitlab-ce/issues/43313).
For controllers handling sensitive information, we should use something more specific, such as secret_value or secret_key.
/cc: @dosuken123
Edited by Stan Hu