lab132 / buildbot-gitea

Buildbot plugin for integration with gitea.
MIT License
62 stars 21 forks source link

Add class to retrieve user permissions on Oauth Login #39

Open tdesveaux opened 8 months ago

tdesveaux commented 8 months ago

Added as a new subclass of GiteaAuth since it requires one more request to Gitea which might be useless to people not using it. Also added the RolesFromGitea helper to assign roles.

pampersrocker commented 2 months ago

Thanks for the PR, this looks very promising!

Also sorry for the extreme delay, but other things got in the way.