gitlab-org--gitlab-foss/changelogs/unreleased/sh-allow-key-id-in-params.yml
Stan Hu 5c79c68ee7 Filter any parameters ending with "key" in logs
Rails does a partial match for strings in the filter_parameters
configuration, so the parameter "key" causes "key_id" to be filtered
even though it's a useful parameter for debugging internal API issues.

We now revise this filter to make any parameter ending with "key" is
filtered.

Relates to https://gitlab.com/gitlab-com/gl-infra/production/issues/463
2018-09-11 15:16:29 -07:00

5 lines
102 B
YAML

---
title: Filter any parameters ending with "key" in logs
merge_request: 21688
author:
type: changed