Skip to content

Commit

Permalink
update scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelefros committed Feb 23, 2024
1 parent 2c88d37 commit ccc9d15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/profile.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import os = require("os");
const homedir = os.homedir();
// use 5 seconds buffer to avoid rare cases when accessToken is just about to expire before the command is sent
const expiryBuffer = 5000;
const scopes = ["studio.spaces", "studio.packages", "studio.widgets", "integration.data-models:read",
"integration.data-pools", "transformation-center.kpis", "transformation-center.content:export", "action-engine.projects"];
const scopes = ["studio", "integration.data-pools", "transformation-center.kpis", "transformation-center.content:export", "action-engine.projects"];

export interface Config {
defaultProfile: string;
Expand Down

0 comments on commit ccc9d15

Please sign in to comment.