Open
Description
The current code for acquiring a runnerToken attempts to fetch a token in the following order:
- Use the legacy endpoint (
/projects/<projectPath>
- Use the new runner authentication endpoint (
/user/runners
)
However, in the legacy path, the legacy endpoint can return undefined
for the token when legacy runner tokens are not enabled. This leads to the null check entry to the new endpoint code path failing.
Metadata
Metadata
Assignees
Labels
No labels