backstage-plugin-gitlab
backstage-plugin-gitlab copied to clipboard
GitlabCIClient: add credentials: include to fetch
This is because sometimes you don't use the same URL for backend and frontend. We use a CDN for the frontend and the backend lives in its own domain so without this patch the XHR requests are sent unauthenticated and thus don't work.
With that, all is fine. :)