-1

Sonar Server 6.7.1.

I have following queries wrt how permission works in SonarQube 1. How to enable window NT authentication on sonar portal. I believe by default it is open to everybody, no authentication.

  1. Using sonar admin account I can create the quality profiles (add/remove rules) & assign it to a project. Can I do it as project admin account as well? My use case is I have couple of projects hosted, I do not want to share admin account with each project.

  2. I created many users and groups on sonar portal, but I could not see them under Global Permission page. How to projet administrators?

  3. Let's say I have set of issues reported by sonar for a project. From the portal I want to mark some of the issues as "Won't fixed". What is the minimal permission required user/project admin/sonar admin to do it?

Appreciate your response on above queries.

Atul Sureka
  • 3,085
  • 7
  • 39
  • 64

1 Answers1

2
  1. Disable anonymous access: Disallow anonymous users to access Sonar
  2. You need Administer Quality Gates global permission
  3. You have to start typing username you are looking for in Search field
  4. You need Administer Issues project permission

Please take a look at SonarQube documentation: https://docs.sonarqube.org/display/SONAR/Authorization

Peska
  • 3,980
  • 3
  • 23
  • 40