GitHub
GitHub provides hosting for software development version control using Git, including distributed version control and source code management (SCM) functionality.
Creating an API Token for GitHub
Before configuring the GitHub connector in Lucidum, you must first create an API Key. Lucidum will use the API key to access the GitHub API.
From GitHub, Go to Settings -> Developer Settings -> Personal access token.
Generate a new token and then give the following read-only permissions:
read:packages
read:org
read:public_key
read:user
user:email
read:enterprise
To use a personal access token with an organization that uses SAML single sign-on (SSO), you must first authorize the token. For details, https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on.
To get the GitHub user email, the users must set their email addresses as “public”. In the user profile, select a primary email address to be “public”. If you do not set a public email address, then it will have a value of null.
Configuring the Connector for GitHub
To configure Lucidum to ingest data from GitHub:
Log in to Lucidum.
In the left pane, click Connector.
In the Connector page, click Add Connector.
Scroll until you find the Connector you want to configure. Click Connect. The Settings page appears.
In the Settings page, enter the following:
URL (required): The URL of the GitHub API.
Organization (required) - The organization for the GitHub account, for example, LucidumInc
API Token (required) - Specify the personal access token that has read access.
Verify SSL. For future use.
To test the configuration, click Test.
If the connector is configured correctly, Lucidum displays a list of services that are accessible with the connector.
If the connector is not configured correctly, Lucidum displays an error message.