Limitations
| Choose individual repos to index | Not supported | Qodo Context Engine indexes all repositories visible to the token. If you need to limit the scope, use a service account with restricted access. |
| Webhooks / Plugins | N/A | Integration is token‑only; no additional plugins are required. |
1. Generate an Access Token
Gerrit uses an HTTPS username and password for API and Git access.Prerequisites
You must haveRead access to the relevant repositories, on top of the ability to just view them.
To make sure you have Read access:
Go to Repositories ▸ All-Projects ▸ Access (All-Projects is an example, can be a specific project or a parent project that others inherit)
Generate HTTP Access Token
2. Send relevant information to Qodo
Key
| Field | Description |
|---|---|
<GERRIT_USERNAME> | Gerrit account name used to generate the HTTP password |
<HTTP_PASSWORD> | The generated password/token from HTTP Credentials |
base_url | Base URL of your Gerrit server |
Notes:
- Currently, only one Gerrit token is supported per deployment.
- Ensure the account has read‑only access to the repositories you want indexed.