From 9a8df6b772b764dfe443c914e158add4cf8429d7 Mon Sep 17 00:00:00 2001 From: Kate Brenner Date: Thu, 30 Nov 2023 17:29:21 -0500 Subject: [PATCH] update wording for GrafanaAssumeRole --- README.md | 3 +++ src/components/ConnectionConfig.tsx | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bfed07..856c5bc 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,6 @@ export DRONE_TOKEN= drone --server https://drone.grafana.net sign --save grafana/grafana-aws-sdk-react ``` +### Local Development + +For local development instructions, please see the [contributing guide](https://github.com/grafana/grafana-aws-sdk-react/blob/main/CONTRIBUTING.md). \ No newline at end of file diff --git a/src/components/ConnectionConfig.tsx b/src/components/ConnectionConfig.tsx index 397480d..c09dac4 100644 --- a/src/components/ConnectionConfig.tsx +++ b/src/components/ConnectionConfig.tsx @@ -186,8 +186,9 @@ export const ConnectionConfig: FC = (props: ConnectionCon
  1. - 1. Create a new IAM role in the AWS console, and select Another AWS account as the{' '} - Trusted entity. + 1. Create a new IAM role in the AWS console, + and select AWS account as the Trusted entity, + and select Another AWS account as the account.