GithubHelp home page GithubHelp logo

Comments (5)

pvitty avatar pvitty commented on June 18, 2024

I guess for context, it is probably useful to know that I only use Gitlab for CI. MR's are not in use as we use Github for SCM etc.

It would be useful if there was a boolean flag to disable MR's for my use case, or maybe some error handling in the plugin to not show MR's if there isn't valid data returned.

from backstage-plugin-gitlab.

satrox28 avatar satrox28 commented on June 18, 2024

Hi @pvitty

Sure, we will check it.

from backstage-plugin-gitlab.

satrox28 avatar satrox28 commented on June 18, 2024

Hi @pvitty

We usually see the error only when the access token is not configured on proxy or having invalid token.

Have you setup the Gitlab Integration and Proxy configuration as below.

Add integration: In app-config.yaml add the integration for gitlab:

  gitlab:
    - host: gitlab.com
      token: ${GITLAB_TOKEN}

Add proxy config:

    target: '${GITLAB_URL}/api/v4'
    allowedMethods: ['GET']
    headers:
      PRIVATE-TOKEN: '${GITLAB_TOKEN}'

GitLab Token should be with of scope read_api and can be generated from this URL

from backstage-plugin-gitlab.

satrox28 avatar satrox28 commented on June 18, 2024

@pvitty Hi, let us know if you are still facing the issue.

from backstage-plugin-gitlab.

satrox28 avatar satrox28 commented on June 18, 2024

@pvitty closing the issue as no response. Feel free to reopen if you are still having issue.

from backstage-plugin-gitlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.