Github Integration - Aggegate Github Roles and Reporsitories

Hi,

We are working on building the integration of Sailpoint to Github.
Could anyone please guide on how we can achieve aggregation of repositories from an organization and roles within github (example: role:admin, role:triage, role:maintain ect).
I could not find much extensive details on documentation portal and the VA based Github Connector only supports users and teams aggregation to sailpoint.
Documentation link of Github : Integrating SailPoint with GitHub

Any guidance here would be much appreciated.

Thank you,
Vidya D Mudagal

Hi @vmudagal

Use Web-Service Connector instead . You can add multiple entitlement types (role,admin and so).

Use GitHub API’s for integration .

1 Like

HI Sidharth,

Have you tried this way using Web services connector ? And by Github API you mean REST API or GraphQL ?

Thank you,
Vidya D Mudagal

@vmudagal

I see Github has REST : GitHub REST API documentation - GitHub Docs

So yea , we can use REST very convinently .