Skip to content

Commit

Permalink
Update live policy stream with Web App
Browse files Browse the repository at this point in the history
  • Loading branch information
Nancy-Chauhan committed Nov 6, 2023
1 parent 2cbe3fb commit 5f0f672
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/user-guide/security-testing/live-policy-stream/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ Policy:
}
```

## IAM Live Policy Streaming on Web App

The LocalStack Web Application provides IAM Policy Stream UI for you to try out and explore the required permissions for your AWS API calls.

You can access IAM Policy Stream on Web App by opening the LocalStack Web Application in your browser, navigating to the IAM Policy Stream section, and then clicking on `Enable` to start seeing the policy stream.

<img src="live-policy-stream-enable.png" alt="Live Policy Stream UI" title="Live Policy Stream UI" width="800" />

<p></p>

Next we will invoke some aws api calls in our terminal: `awslocal sqs list-queues` and see the corresponding policy generated on the Web UI as the following:

<img src="policy-generate.png" alt="Live Policy Stream UI" title="Live Policy Stream UI" width="800" />
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f0f672

Please sign in to comment.