-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(auth/github): add organization membership check to GitHub #2508
Conversation
authentication method fixes flipt-io#2065
Uffizzi Ephemeral Environment
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2508 +/- ##
==========================================
+ Coverage 70.71% 70.87% +0.15%
==========================================
Files 81 81
Lines 8134 8168 +34
==========================================
+ Hits 5752 5789 +37
+ Misses 2035 2033 -2
+ Partials 347 346 -1 ☔ View full report in Codecov by Sentry. |
…o github-auth-member-of-org
@markphelps I believe there could be something missing. It requires |
Cheers @erka ! Thanks for taking this on! I have a proposed solution to ^, erka#4 I still need to add tests however, but can do that in the fork PR or this one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking great, couple suggestions
Co-authored-by: Mark Phelps <[email protected]>
…o github-auth-member-of-org
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also checked that it errors if you don't request the
thanks @erka ! I will work on docs updates and get this out probably tomorrow in a release! |
add organization membership check to GitHub authentication method
fixes #2065