summaryrefslogtreecommitdiff
path: root/changelogs/unreleased/64269-pipeline-api-fails-with-401.yml
diff options
context:
space:
mode:
authorMarius Bobin <mbobin@gitlab.com>2019-08-23 20:54:32 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-23 20:54:32 +0000
commit811252536d036f39e370451060790d727601c2f1 (patch)
tree32f049c4c4a7e07ff8cc197c1047a946eddfa236 /changelogs/unreleased/64269-pipeline-api-fails-with-401.yml
parent459309fa57e86599c53d0d3f867053ceb24d432b (diff)
downloadgitlab-ce-811252536d036f39e370451060790d727601c2f1.tar.gz
Read pipelines from public projects though API
Allow users to read pipelines for public projects with public builds enabled without providing an access token.
Diffstat (limited to 'changelogs/unreleased/64269-pipeline-api-fails-with-401.yml')
-rw-r--r--changelogs/unreleased/64269-pipeline-api-fails-with-401.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64269-pipeline-api-fails-with-401.yml b/changelogs/unreleased/64269-pipeline-api-fails-with-401.yml
new file mode 100644
index 00000000000..582339901ae
--- /dev/null
+++ b/changelogs/unreleased/64269-pipeline-api-fails-with-401.yml
@@ -0,0 +1,5 @@
+---
+title: Read pipelines from public projects through API without an access token
+merge_request: 31816
+author:
+type: fixed