Create building block runner
POST/api/meshobjects/meshbuildingblockrunners
Create a new meshBuildingBlockRunner.
The spec.publicKey must be a valid X.509 certificate in PEM format. meshStack uses this public key
to encrypt secrets that are sent to the runner at execution time.
The spec.workloadIdentityFederation section is optional. When provided, it configures the runner
to use short-lived federated identity tokens for cloud provider authentication instead of
long-lived credentials. At least one of gcp, aws, or azure must be populated when
workloadIdentityFederation is specified.
The metadata.uuid must not be provided on creation. meshStack assigns a UUID automatically and
returns it in the response.
Authentication: This endpoint supports API Key authentication.
Request
Responses
- 201
201