Codeup currently supports only PAT authentication in the backend implementation.
Backend Prerequisites
Required:GIT_CREDENTIALS_KEY: Used to encrypt and store connection credentials.BACKEND_PUBLIC_URLorPUBLIC_API_URL: Used to generate theWebhook URLdisplayed on the page.
Web Configuration Steps
- Open
Settings -> Connectors(/settings/connectors). - Select
Provider = Codeup,Auth methodwill bePAT. - The page will display 2 fields:
Organization ID(required)Personal Access Token(required)
- Fill in the fields and click
Submit Connection. Once connected successfully, it will appear inConnected.
How to Get Organization ID
- You can obtain it from the Codeup console URL:
https://devops.aliyun.com/{organizationId}/...
- Click “Manage Connection” on the connection card, and the system will open the personal token management page based on that
organizationId.
Token and Webhook Recommendations
- The token must have at least permissions to read repositories/branches and create merge requests. Otherwise, errors will occur when reading repositories or creating change requests.
- Configure the
Webhook URLdisplayed on the connector page to the Codeup repository webhook to receive event callbacks.