-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1aba7e
commit a861f67
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
content/en/user-guide/security-testing/live-policy-stream/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: "Live Policy Stream" | ||
linkTitle: "Live Policy Stream" | ||
weight: 3 | ||
description: Generate a live stream of policies as requests are coming into LocalStack | ||
--- | ||
|
||
## Introduction | ||
|
||
Live Policy Stream produces a continuous flow of policies and the associated principals or resources. With each request, it starts by displaying the principal or resource that the policy should be linked to. This will either be a service resource in the case of resource-based policies, or an IAM principal in other scenarios. Following that, it presents the recommended policy. |