diff options
author | Douwe Maan <douwe@selenight.nl> | 2017-09-27 15:31:52 +0200 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2017-09-28 14:17:52 +0200 |
commit | b6c5a73c0bc0bc68ca8c66a5cefa50d314cc164a (patch) | |
tree | 3d0ae566cefc25e07493bdf5b115471ccce34aca /changelogs | |
parent | 6606874738ac981d26d03fea049fc1a88402b8f4 (diff) | |
download | gitlab-ce-b6c5a73c0bc0bc68ca8c66a5cefa50d314cc164a.tar.gz |
Make sure API responds with 401 when invalid authentication info is provideddm-api-unauthorized
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/dm-api-unauthorized.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/dm-api-unauthorized.yml b/changelogs/unreleased/dm-api-unauthorized.yml new file mode 100644 index 00000000000..26b45bd4c40 --- /dev/null +++ b/changelogs/unreleased/dm-api-unauthorized.yml @@ -0,0 +1,5 @@ +--- +title: Make sure API responds with 401 when invalid authentication info is provided +merge_request: +author: +type: fixed |