Description
This article illustrates the process of adding a GitLab profile to the Markdown macrofrom a URL macro.
Info | |||||||
---|---|---|---|---|---|---|---|
Before you begin:To add a profile, you will need the following:
Global Configuration settings:
|
Steps
Navigate to CONFLUENCE ADMINISTRATION > General Configuration > BOB SWIFT CONFIGURATION > Markdown > Profiles.
Click Add Profile.
Enter a unique profile name in the Profile name text box.
Info Ensure that you provide a unique profile name. If you add enter a profile name that already exists, Markdown will replace the existing profile gets replaced with the given information.
- Select GitLab
Select GitLab from the options in Profile type.
You will notice that the Header parameters are auto-filled.Enter the API URL for
Note The Request headers parameter is auto-filled and more information gets appended as other relevant parameters are filled.
Enter the relevant URL for GitLab in the URL text box. For example,Example: https://gitlab.com/api/v4/projects.
Enter the Personal access token for your GitLab profile in the Access token text box.Info To know more about URLs, refer to Create a profile with a URL.
It is recommended to provide only the base URL in this text box and let the users enter the relevant relative path to the actual file to be rendered through the macro. This method allows multiple users to access a profile across pages and instances of the macros.
Enter User and Password credentials required to access the given URL, or enter the access token for your GitLab profile in the Access token text box. Refer to this personal access token article to know how to create your personal access token.
Note Access tokens or API tokens are a means of user authentication; so, if mentioned, this token is used for authentication instead of using the user credentials. Thus, provide either the user credentials or an access token, but not both.
In this example, an access token is used to connect and access the GitLab repositories.
- Click Save profile to create a Profile.profile.