From 193ff53b70549265e104844c7c6714d4b0dd5ef5 Mon Sep 17 00:00:00 2001 From: ruks Date: Tue, 5 Nov 2024 12:12:08 +0530 Subject: [PATCH] Update the required scopes to access Insights API --- .../graphiql-explorer/insight.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/monitoring-and-insights/work-with-choreo-insights-api/graphiql-explorer/insight.config.js b/en/docs/monitoring-and-insights/work-with-choreo-insights-api/graphiql-explorer/insight.config.js index 5ece3345f..c0d9cc240 100644 --- a/en/docs/monitoring-and-insights/work-with-choreo-insights-api/graphiql-explorer/insight.config.js +++ b/en/docs/monitoring-and-insights/work-with-choreo-insights-api/graphiql-explorer/insight.config.js @@ -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',