Skip to content

Commit

Permalink
Enable AWS profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Jul 23, 2020
1 parent 6ae6830 commit 6e1a8b0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,3 @@ Select a schema from the schema registry and list its targets. Select a target t
`evb browse` will let you browse your schemas and get insights into the targets listening to the source/detail-type combination of your event. This only works with explicit maching on `source` and `detail-type`.

![Demo](demo-browse.gif)

## AWS SSO authentication

To set up [AWS Single Sign-On](https://aws.amazon.com/single-sign-on/) auth you'll need to configure the following parameters:

```
evb configure-sso --account-id 123456789012 --start-url https://<your-sso-url>.awsapps.com/start --region <your-region> --role <your-sso-role>
```

The role used should be allowed to perform `schemas:ListSchemas` and `schemas:DescribeSchemas`

0 comments on commit 6e1a8b0

Please sign in to comment.