You can onboard using your own GitLab repository. If you would like to use your own GitLab repository, please complete the following steps:Documentation Index
Fetch the complete documentation index at: https://honeydew.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a GitLab Repository
Create a new GitLab private repository using one of these options:
- Create a new repository
- Clone from the Honeydew quick-start example.
Configure allowed IP addresses
If you are restricting access to your GitLab group using IP addresses allow list,
add the IP addresses displayed in the GitLab connection screen in Honeydew App settings page
to the restricted IP addresses list in your GitLab group settings.
For the Honeydew Cloud deployment, the following IP addresses are used:
34.86.209.9034.145.147.92
Set up Honeydew
Please reach out to support@honeydew.ai and send the full repository name -
org-name/repository-name (e.g. honeydew-ai/honeydew-quickstart).Create a GitLab Token
Create a new GitLab token for Honeydew integration:
- In GitLab, under the project you have created for Honeydew, go to Settings -> Access tokens
- Create a new project token:
- Select
Maintaineras the role - Set the following permissions:
apiread_userread_repositorywrite_repository
- Set a far-enough expiration date
- Name the token (e.g.
Honeydew)
- Select