Skip to content

feat: scoped API tokens #5329

feat: scoped API tokens

feat: scoped API tokens #5329

Triggered via pull request July 10, 2025 16:42
Status Failure
Total duration 3m 2s
Artifacts

test.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test (cli)
Generated code not checked in. Run go generate ./...
Test (main-module)
Process completed with exit code 1.
Test (controlplane)
Process completed with exit code 2.
Test (controlplane)
cannot use true (untyped bool constant) as biz.APITokenListOpt value in argument to s.APIToken.List
Test (controlplane)
cannot use false (untyped bool constant) as biz.APITokenListOpt value in argument to s.APIToken.List
Test (controlplane)
cannot use apiTokenRepo (variable of type *mocks.MockAPITokenRepo) as biz.APITokenRepo value in argument to biz.NewAPITokenUseCase: *mocks.MockAPITokenRepo does not implement biz.APITokenRepo (missing method FindByIDInOrg)