Triggers installation of the OIDC provider or workload identity pool resources on the given cloud provider integration account. This is required once per cloud account before creating managed workload identities.
Required permission
Account > Cloud > WorkloadIdentities > Update
Path parameters
integrationId
string requiredID of the BYOC provider integration
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
POST /v1/cloud-providers/integrations/{integrationId}/workload-identity-provider/install
POST /v1/teams/{teamId}/cloud-providers/integrations/{integrationId}/workload-identity-provider/install
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}