Skip to content

Commit

Permalink
Merge pull request #71 from grafana/update_assume_role_wording
Browse files Browse the repository at this point in the history
update wording for GrafanaAssumeRole
  • Loading branch information
katebrenner authored Dec 1, 2023
2 parents 6925231 + 9a8df6b commit 9f92ab0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ export DRONE_TOKEN=<Your 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).
5 changes: 3 additions & 2 deletions src/components/ConnectionConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ export const ConnectionConfig: FC<ConnectionConfigProps> = (props: ConnectionCon
<ol>
<li>
<p>
1. Create a new IAM role in the AWS console, and select <code>Another AWS account</code> as the{' '}
<code>Trusted entity</code>.
1. Create a new IAM role in the AWS console,
and select <code>AWS account</code> as the Trusted entity,
and select <code>Another AWS account</code> as the account.
</p>
</li>
<li>
Expand Down

0 comments on commit 9f92ab0

Please sign in to comment.