summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-09-28 14:42:40 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-09-28 14:42:40 +0000
commit3209c071402cc14b006aabd45bd310395cef53a5 (patch)
tree85680b2d2438e337357cfbaf4b48fbbf5be0d110 /changelogs
parent06daba75aa6c45543b6b430a50f2efe9d68988d1 (diff)
parentb6c5a73c0bc0bc68ca8c66a5cefa50d314cc164a (diff)
downloadgitlab-ce-3209c071402cc14b006aabd45bd310395cef53a5.tar.gz
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')
-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