sonar-auth-bitbucket
sonar-auth-bitbucket copied to clipboard
Add missing permission
Add "Team membership" read permission. Without it kept getting error:
Reason: User
is not part of restricted teams
Thanks @bsell93 for this contribution. Don't you think that https://github.com/SonarSource/sonar-auth-bitbucket/blob/master/src/main/java/org/sonarqube/auth/bitbucket/BitbucketIdentityProvider.java#L47 shouls also be updated to add this permission (but only when team sync is activated) ?