Support for GitHib Teams?
eduncan911 opened this issue · 3 comments
eduncan911 commented
The docs state that LDAP groups can be used. However, our Enterprise hosted GitHub doesn't allow LDAP connections.
Maybe something can be done around a call to the Team Membership API?
https://developer.github.com/v3/teams/members/
Also, specifying a team name instead of a number would be preferable. :)
jschauma commented
Eric Duncan <notifications@github.com> wrote:
The docs state that LDAP groups can be used. However, our Enterprise hosted GitHub doesn't allow LDAP connections.
Maybe something can be done around a call to the Team Membership API?
https://developer.github.com/v3/teams/members/
I like that idea. Shouldn't be too difficult to add,
I think. I'd be happy to accept a PR, but will also
try to take a look at this, although I may not get
around to it until later this month.
…-Jan
jschauma commented
This should work now. You can either specify a team by "org/team" name or by numeric id. Adding the "org" for the team name is necessary since it seems that team names can be non-unique across multiple orgs. Please give it a try and let me know if you run into any problems.
eduncan911 commented
And we return to work tomorrow. Great timing man!
I would have looked into a PR but was traveling.