Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sonar plugin issue #1213

Open
quichef opened this issue Jan 24, 2024 · 1 comment
Open

Sonar plugin issue #1213

quichef opened this issue Jan 24, 2024 · 1 comment

Comments

@quichef
Copy link

quichef commented Jan 24, 2024

Hey there,

Got.a question. Sonarqube plugin doc is not super consistent between backstage repo and here.
Details about configuring the proxy is not displayed in here https://github.com/backstage/backstage/blob/master/plugins/sonarqube-backend/README.md

and the conf between app-config.yaml are not consitent :
in https://roadie.io/backstage/plugins/sonarqube/

proxy:
'/sonarqube':
  target: https://your.sonarqube.instance.com/api
  allowedMethods: ['GET']
  auth: "${SONARQUBE_TOKEN}:"

**sonarQube**:  <----- with capital Q
  baseUrl: https://your.sonarqube.instance.com

on backstage repo :

sonarqube:
  baseUrl: https://sonarqube.example.com
  apiKey: 123456789abcdef0123456789abcedf012

Is doc on Roadie's website the one to follow to make the plugin work? (currently failing tremendously on my local, issue probably located between my chair and my laptop, but anyway 😄 )
Cheers,

@roadie-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants