vanderby / SonarQube-AzureAppService

Instructions and files to host SonarQube on an Azure App Service without a container.
MIT License
90 stars 165 forks source link

Howto rescue admin password? #50

Closed carloreggiani closed 3 years ago

carloreggiani commented 4 years ago

I deployed by oneclick last days ago, fantastic! Today I tryed to relogin but... I forgotted the changed admin password :(

Before destroy and redeolpy all, there is any possibility to access to the db resources and configuration files?

Another question: is it possible to integrate AzureAD identity? In my on premise installation I'm using LDAP plugin.

Thanks in advance

Carlo

vanderby commented 4 years ago
  1. I have no idea how to recover your admin password. That would be a question for the main SQ community. By default the deployment uses the in-memory database. You can specify a different DB connection by using the pass through settings https://github.com/vanderby/SonarQube-AzureAppService#passthrough-application-settings. An example of using Azure SQL https://github.com/vanderby/SonarQube-AzureAppService#azure-sql.
  2. As for integrating AzureAD, you can be able to install the AAD plugin from the UI https://www.sonarplugins.com/authaad or by manually dropping the plugin zip in the appropriate folder through the App Service resource in the Azure portal.
vanderby commented 3 years ago

Closing due to inactivity.