Codebase
Last updated
The domain of the Codebase host (default: api3.codebasehq.com).
Your Codebase account name. This value is used together with the username for authentication.
Username of your Codebase account used for API authentication.
Personal API key generated from your Codebase account profile. This key is used as the password for HTTP Basic Authentication.
A valid API key with sufficient read permissions is required to access projects, repositories, users, and other resources.
Creating an API Key
You can generate your API key from your Codebase account settings:
Log in to your Codebase account
Navigate to Settings > My Profile
Generate or copy your personal API key
Proxy URL (optional).
The amount of time (in seconds) to wait for API responses. (default: 30)
Choose this if your connection is going to be over HTTPS (optional, default: True).
When enabled, repository source code information will be retrieved during discovery. (default: Enabled)
When enabled, user information from the Codebase account will be retrieved. (default: Disabled)
Attention
Please perform a connection test to ensure there is a valid connection to the Codebase host. When the discovery operation is finalized you will be able to see the details on Assets page.
Last updated