diff options
author | Stan Hu <stanhu@gmail.com> | 2018-01-06 00:41:13 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-01-08 21:23:24 -0800 |
commit | eaf9088ba8abe8c847a09860b55a86c7ae0d5987 (patch) | |
tree | 6aa8b076c5f598f8c0efa9ea7ef8d4e08870839a /changelogs | |
parent | 7b2f9af4486b26512a2fefb3f385a2b8fa65a068 (diff) | |
download | gitlab-ce-eaf9088ba8abe8c847a09860b55a86c7ae0d5987.tar.gz |
Save user ID and username in Grape API log (api_json.log)sh-store-user-in-api-logs
This will enable admins to identify who actually made the API request.
Relates to #36960
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/sh-store-user-in-api-logs.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-store-user-in-api-logs.yml b/changelogs/unreleased/sh-store-user-in-api-logs.yml new file mode 100644 index 00000000000..d904dcaf6d3 --- /dev/null +++ b/changelogs/unreleased/sh-store-user-in-api-logs.yml @@ -0,0 +1,5 @@ +--- +title: Save user ID and username in Grape API log (api_json.log) +merge_request: +author: +type: changed |