Skip to content

Format `from` and `to` fields in JSON audit log

Stan Hu requested to merge sh-audit-event-json-log-format-from-and-to into master

To make it possible to index the from and to fields with Elasticsearch and other tools, we need the types to be the same. Currently they are a mix of boolean and string values.

Part of https://gitlab.com/gitlab-org/gitlab-ee/issues/12599

Edited by Stan Hu

Merge request reports