gitpod.v1.RunnerService

CreateRunnerToken

CreateRunnerToken returns a token that can be used to authenticate as the runner. Use this call to renew an outdated token - this does not expire any previously issued tokens.

post/gitpod.v1.RunnerService/CreateRunnerToken

Request body

runnerIdstring uuid

Response

Success

accessTokenstring

deprecated, will be removed. Use exchange_token instead.

exchangeTokenstring

exchange_token is a one-time use token that should be exchanged by the runner for an access token, using the IdentityService.ExchangeToken rpc. The token expires after 24 hours.

Changes