From 92960d380115b3d6c223603722e9b49f2525a378 Mon Sep 17 00:00:00 2001 From: Frank Kong Date: Fri, 16 Jun 2023 16:38:21 -0400 Subject: [PATCH 1/3] docs(plugins): update dynatrace plugin documentation Signed-off-by: Frank Kong --- .changeset/afraid-experts-film.md | 5 +++++ plugins/dynatrace/README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/afraid-experts-film.md diff --git a/.changeset/afraid-experts-film.md b/.changeset/afraid-experts-film.md new file mode 100644 index 0000000000..fa39b27ba1 --- /dev/null +++ b/.changeset/afraid-experts-film.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-dynatrace': patch +--- + +Updated the dynatrace plugin documentation with new minimum API token permission requirements. diff --git a/plugins/dynatrace/README.md b/plugins/dynatrace/README.md index 3d14be9145..5956e90ba0 100644 --- a/plugins/dynatrace/README.md +++ b/plugins/dynatrace/README.md @@ -20,6 +20,7 @@ The Dynatrace plugin will require the following information, to be used in the c - Dynatrace API access token (see [documentation](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication)), with the following permissions: - `entities.read` - `problems.read` + - `DataExport` or `ExternalSyntheticIntegration` or `ReadSyntheticData` #### Install From c249d88f322919f8f791677574353b3bed565794 Mon Sep 17 00:00:00 2001 From: Frank Kong Date: Fri, 16 Jun 2023 16:55:22 -0400 Subject: [PATCH 2/3] docs: update dynatrace plugin documentation Signed-off-by: Frank Kong --- plugins/dynatrace/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dynatrace/README.md b/plugins/dynatrace/README.md index 5956e90ba0..b03e65473f 100644 --- a/plugins/dynatrace/README.md +++ b/plugins/dynatrace/README.md @@ -20,7 +20,7 @@ The Dynatrace plugin will require the following information, to be used in the c - Dynatrace API access token (see [documentation](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication)), with the following permissions: - `entities.read` - `problems.read` - - `DataExport` or `ExternalSyntheticIntegration` or `ReadSyntheticData` + - `DataExport` and/or `ExternalSyntheticIntegration` and/or `ReadSyntheticData` #### Install From 892debb87041b2a05731f3dd0eee2d0de4be82f4 Mon Sep 17 00:00:00 2001 From: Frank Kong Date: Fri, 16 Jun 2023 16:38:21 -0400 Subject: [PATCH 3/3] docs(plugins): update dynatrace plugin documentation Signed-off-by: Frank Kong --- .changeset/afraid-experts-film.md | 5 +++++ plugins/dynatrace/README.md | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changeset/afraid-experts-film.md diff --git a/.changeset/afraid-experts-film.md b/.changeset/afraid-experts-film.md new file mode 100644 index 0000000000..fa39b27ba1 --- /dev/null +++ b/.changeset/afraid-experts-film.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-dynatrace': patch +--- + +Updated the dynatrace plugin documentation with new minimum API token permission requirements. diff --git a/plugins/dynatrace/README.md b/plugins/dynatrace/README.md index 3d14be9145..b03e65473f 100644 --- a/plugins/dynatrace/README.md +++ b/plugins/dynatrace/README.md @@ -20,6 +20,7 @@ The Dynatrace plugin will require the following information, to be used in the c - Dynatrace API access token (see [documentation](https://www.dynatrace.com/support/help/dynatrace-api/basics/dynatrace-api-authentication)), with the following permissions: - `entities.read` - `problems.read` + - `DataExport` and/or `ExternalSyntheticIntegration` and/or `ReadSyntheticData` #### Install