This Client Workload identification method is specifically designed for GitHub Action deployments.
The GitHub ID Token Repository identification method allows you to identify GitHub workflows based on their repository origin. Aembit achieves this using the repository claim within the OIDC token issued by GitHub Actions.
Applicable Deployment Type
Section titled “Applicable Deployment Type”This method is suitable for GitHub-based CI/CD Workflow deployments.
Configuration
Section titled “Configuration”Aembit Cloud
Section titled “Aembit Cloud”- Create a new Client Workload.
- Choose GitHub ID Token Repository for client identification.
- Identify the repository where your workflow is located. Copy this full repository name and use it in the Value field according to the format below.
- Format -
{organization}/{repository}
for organization-owned repositories or{account}/{repository}
for user-owned repositories. - Example - user123/another-project
Finding the GitHub ID Token Repository:
Section titled “Finding the GitHub ID Token Repository:”- Navigate to your project on GitHub.
- Locate the repository name displayed at the top left corner of the page, in the format mentioned above.