This Client Workload identification method is specifically designed for GitLab Jobs deployments.
The GitLab ID Token Project Path identification method allows you to identify GitLab jobs based on their project location. Aembit utilizes the project_path claim within the OIDC token issued by GitLab.
Applicable Deployment Type
Section titled “Applicable Deployment Type”This method is suitable for GitLab-based CI/CD Workflow deployments.
Configuration
Section titled “Configuration”Aembit Cloud
Section titled “Aembit Cloud”- Create a new Client Workload.
- Choose GitLab ID Token Project Path for client identification.
- Identify the project where your workflow is located. Copy the full project path and use it in the Value field according to the format below.
- Format -
{group}/{project}
- Example - my-group/my-project
Finding the GitLab ID Token Project Path:
Section titled “Finding the GitLab ID Token Project Path:”- Navigate to the Projects on GitLab and go to the All tab. Locate your project and copy the full displayed project path in the format specified above.