Options
Name of the remote in .trussrc to check.
Display your OIDC configuration for workload identity, including org ID, team IDs, issuer, audience, and the subject claim format used for cloud provider trust policies.
| Field | Description | Example |
|---|---|---|
| Org ID | Your organization identifier | Mvg9jrRd |
| Teams | Team IDs within your organization | AviIZ0y3 (my-team) |
| Issuer | The Baseten OIDC issuer URL | https://oidc.baseten.co |
| Audience | The expected audience claim | oidc.baseten.co |
| Workload Type Options | Available workload types for subject claims | model_container, model_build |
| Subject Claim Format | Pattern used in cloud provider trust policies to scope access | v=1:org=<org_id>:team=<team_id>:model=<model_id>:deployment=<deployment_id>:environment=<environment>:type=<workload_type> |