You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -113,12 +113,12 @@ This configuration should be stored in `<your-repo>/.amazonq/mcp.json`.
113
113
114
114
## Environment Variables
115
115
116
-
You can set up authentication via **OAuth Client** or **Platform Tokens** via the following environment variables:
116
+
You can set up authentication via **OAuth Client** or **Platform Tokens**(v0.5.0 and newer) via the following environment variables:
117
117
118
118
-`DT_ENVIRONMENT` (string, e.g., https://abc12345.apps.dynatrace.com) - URL to your Dynatrace Platform (do not use Dynatrace classic URLs like `abc12345.live.dynatrace.com`)
119
119
-`OAUTH_CLIENT_ID` (string, e.g., `dt0s02.SAMPLE`) - Dynatrace OAuth Client ID
-`DT_PLATFORM_TOKEN` (string, e.g., `dt0s16.SAMPLE.abcd1234`) - Dynatrace Platform Token (limited support as not all scopes are available)
121
+
-With v0.5.0 and newer: `DT_PLATFORM_TOKEN` (string, e.g., `dt0s16.SAMPLE.abcd1234`) - Dynatrace Platform Token (limited support, as not all scopes are available; see below)
122
122
123
123
For more information, please have a look at the documentation about
124
124
[creating an Oauth Client in Dynatrace](https://docs.dynatrace.com/docs/manage/identity-access-management/access-tokens-and-oauth-clients/oauth-clients), as well as
@@ -134,11 +134,8 @@ Depending on the features you are using, the following scopes are needed:
134
134
135
135
-`app-engine:apps:run` - needed for almost all tools
136
136
-`app-engine:functions:run` - needed for for almost all tools
137
-
-`environment-api:security-problems:read` - needed for reading security problems (currently not available for Platform Tokens)
138
-
-`environment-api:entities:read` - read monitored entities (currently not available for Platform Tokens)
139
-
-`environment-api:problems:read` - get problems (currently not available for Platform Tokens)
140
-
-`environment-api:metrics:read` - read metrics (currently not available for Platform Tokens)
141
-
-`environment-api:slo:read` - read SLOs (currently not available for Platform Tokens)
137
+
-`environment-api:security-problems:read` - needed for reading security problems (_currently not available for Platform Tokens_)
138
+
-`environment-api:entities:read` - read monitored entities (_currently not available for Platform Tokens_)
142
139
-`automation:workflows:read` - read Workflows
143
140
-`automation:workflows:write` - create and update Workflows
0 commit comments