I have a security requirement to explain what information is used to generate the server ID for sonarqube.
Does anyone know how this ID is generated? Is it just a random number in the database?
Thanks!
I have a security requirement to explain what information is used to generate the server ID for sonarqube.
Does anyone know how this ID is generated? Is it just a random number in the database?
Thanks!
Hi,
Welcome to the community!
It’s based partly on your DB URL; if that changes, a new server ID will be generated.
HTH,
Ann
If it is partly based on DB URL, what else is being used to generate the ID?
Thank you!