Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-09-28 17:42:40 +0300
committerRobert Speicher <rspeicher@gmail.com>2017-09-28 21:16:13 +0300
commitb1f09b849524e9cdd314c8eb5ffa0d3be45d8843 (patch)
tree22fa3d1acc755f49556144f44ca08b80adc6b117 /changelogs/unreleased
parent23a8a91a423500d5d2d77c84124240f2734f7ee2 (diff)
Merge branch 'dm-api-unauthorized' into 'master'
Make sure API responds with 401 when invalid authentication info is provided Closes #38438 See merge request gitlab-org/gitlab-ce!14525
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/dm-api-unauthorized.yml5
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