Difference between revisions of "GitHub Data Source Credential"
(→Creating a GitHub Data Source Credential) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | The Administrator can create the data source credentials by selecting the [[File:CreateIcon.jpg|30px]] (Create new credential) button on the Manage Data Source Credentials page. The first step is to indicate the data source type. |
||
− | |||
= Creating a GitHub Data Source Credential = |
= Creating a GitHub Data Source Credential = |
||
[Administrator] |
[Administrator] |
||
Line 6: | Line 4: | ||
The Administrator can create the data source credentials by selecting the [[File:CreateIcon.jpg|30px]] ('''Create new credential''') button on the Manage Data Source Credentials page. |
The Administrator can create the data source credentials by selecting the [[File:CreateIcon.jpg|30px]] ('''Create new credential''') button on the Manage Data Source Credentials page. |
||
− | '''Select the Github card''' |
+ | '''Select the Github card''' |
+ | |||
+ | [[File:GithubCard.jpg|100px]] |
||
[[File:GithubUsername.jpg|600px]] |
[[File:GithubUsername.jpg|600px]] |
||
'''Enter a Username the the Personal access token.''' |
'''Enter a Username the the Personal access token.''' |
||
+ | * The Personal access token is not the password. |
||
+ | ** To create a personal access token, log in to https://github.com |
||
+ | ** At the username icon, select the pulldown and select '''Settings''' |
||
+ | ** At the left side of the screen, select '''Developer Settings''' at the bottom of the list |
||
+ | ** Then select '''Personal access tokens''' at the left and generate a new token. |
||
* If not using https://github.com/, select the '''Connect to GitHub Enterprise Server''' and fill in the information |
* If not using https://github.com/, select the '''Connect to GitHub Enterprise Server''' and fill in the information |
||
* '''Next''' |
* '''Next''' |
||
Line 21: | Line 26: | ||
The system should return to the '''Manage Data Source Credentials''' page with "Credential created" note and the new credential should be listed. |
The system should return to the '''Manage Data Source Credentials''' page with "Credential created" note and the new credential should be listed. |
||
+ | |||
+ | |||
+ | = Creating a project using the GitHub credential = |
||
+ | |||
+ | Follow the Step-by-Step instructions to create a project using your GitHub credential. |
||
+ | |||
+ | [[Step_by_Step_Project_Creation | Step by Step Project Creation ]] |
Latest revision as of 17:14, 5 June 2024
Creating a GitHub Data Source Credential
[Administrator]
The Administrator can create the data source credentials by selecting the (Create new credential) button on the Manage Data Source Credentials page.
Select the Github card
Enter a Username the the Personal access token.
- The Personal access token is not the password.
- To create a personal access token, log in to https://github.com
- At the username icon, select the pulldown and select Settings
- At the left side of the screen, select Developer Settings at the bottom of the list
- Then select Personal access tokens at the left and generate a new token.
- If not using https://github.com/, select the Connect to GitHub Enterprise Server and fill in the information
- Next
Give the new credential a name
- Assign it to applicable managers
- Create
The system should return to the Manage Data Source Credentials page with "Credential created" note and the new credential should be listed.
Creating a project using the GitHub credential
Follow the Step-by-Step instructions to create a project using your GitHub credential.