Concerns about making api/system/info public in sonarqube 8.3

Hi,

My organization has some concerns about making api/system/info public. What exactly does public mean? Does this mean that it will be accessible while unauthenticated? Because this api endpoint provides A LOT of internal information about the product that we don’t necessarily want to expose to the public, or to non-admin users for that matter. Why would they need this info in the first place?

https://jira.sonarsource.com/browse/SONAR-12664

It just means it’s no longer marked as an Internal API. It still requires the global Administer System permission.

Cool, thank you :slight_smile: