Skip to content

Commit

Permalink
Merge pull request #1647 from ruks/dev2
Browse files Browse the repository at this point in the history
Update the required scopes to access Insights API
  • Loading branch information
ruks authored Nov 5, 2024
2 parents c086551 + d66aba4 commit 6791f42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ window.__RUNTIME_CONFIG__ = {
grant_type: 'urn:ietf:params:oauth:grant-type:token-exchange',
subject_token_type: 'urn:ietf:params:oauth:token-type:jwt',
requested_token_type: 'urn:ietf:params:oauth:token-type:jwt',
scope: 'apim:admin'
scope: 'apim:admin apim:api_view apim:api_manage apim:api_import_export apim:api_list_view'
}
},
INSIGHTS_API_URL: 'https://choreocontrolplane.choreo.dev/93tu/insights/1.0.0/query-api',
Expand Down

0 comments on commit 6791f42

Please sign in to comment.