Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) SonarQube 6.7.0.33306 - License Manager Plugin
- what are you trying to achieve:
Add a developer license to a containerized SonarQube instance running in Openshift/Kubernetes - what have you tried so far to achieve this:
Instance is fully deployed, we have been scanning projects successfully with no problems, however, we want to apply the Developer license into the instance. Our concern is that everytime a hard redeploy happens, we noticed that the Server ID might, or might not change, and that concerns us whether we’ll lose the license or not.
The sonarqube is running in a Kubernetes platform, therefore, the redeploying of the instance should not be a problem. By reading the documentation, it is mentioned that as long as the jdbc url doesn’t change, we shouldn’t have a problem, but the jdbc url has never changed, yet, the Server ID changed for us.
Thanks for the help!