diff --git a/engine/api/authentication/consumer.go b/engine/api/authentication/consumer.go index db452d053a..93ee22b320 100644 --- a/engine/api/authentication/consumer.go +++ b/engine/api/authentication/consumer.go @@ -20,6 +20,7 @@ func NewConsumerWorker(ctx context.Context, db gorp.SqlExecutor, name string, ha Scopes: []sdk.AuthConsumerScope{ sdk.AuthConsumerScopeWorker, sdk.AuthConsumerScopeWorkerModel, + sdk.AuthConsumerScopeProject, sdk.AuthConsumerScopeRun, sdk.AuthConsumerScopeRunExecution, },