gitpod.v1.RunnerInteractionService

Signup

Signup is called by a runner to sign up with the backend. This is the first call a runner makes.

post/gitpod.v1.RunnerInteractionService/Signup

Request body

publicKeystring byte

The runner's public key. Must be an ECDH public key encoded in PKIX, ASN.1 DER format.

Response

Success

runnerIdstring uuid

The runner's identity

Changes