Open iakat opened 5 years ago
Hello,
Similar to #10, I have been trying to setup this plugin using the $SONARQUBE_HOME/conf/sonar.properties file:
$SONARQUBE_HOME/conf/sonar.properties
sonar.forceAuthentication=true sonar.auth.googleoauth.enabled=true sonar.auth.googleoauth.loginStrategy=Same as Google login sonar.auth.googleoauth.allowUsersToSignUp=true sonar.auth.googleoauth.limitOauthDomain=redacted sonar.core.serverBaseURL=redacted sonar.auth.googleoauth.clientId.secured=redacted sonar.auth.google.clientSecret.secured=redacted
However it does not seem to do anything to configure the plugin. Is this intended? Would it be possible to implement this feature?
Thanks!
From what I know of the plugin APIs, this should work. I am overloaded with my day job right now, but I would be happy to review a PR if you have the time to find the root cause.
Hello,
Similar to #10, I have been trying to setup this plugin using the
$SONARQUBE_HOME/conf/sonar.properties
file:However it does not seem to do anything to configure the plugin. Is this intended? Would it be possible to implement this feature?
Thanks!