fix(file importer): add profile:read scope to token (#4941)
This commit is contained in:
@@ -28,7 +28,7 @@ export const pushJobToFileImporterFactory =
|
||||
appId: DefaultAppIds.Web,
|
||||
name: `fileimport-${projectId}@${modelId}`,
|
||||
userId,
|
||||
scopes: [Scopes.Streams.Write, Scopes.Streams.Read],
|
||||
scopes: [Scopes.Streams.Write, Scopes.Streams.Read, Scopes.Profile.Read],
|
||||
lifespan: 2 * TIME_MS.hour,
|
||||
limitResources: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user