From 5b2d3e89ec59649b2726cbc7a7e08b4a9db7306a Mon Sep 17 00:00:00 2001 From: Harsh Mishra Date: Wed, 15 Nov 2023 18:19:27 +0530 Subject: [PATCH] Update content/en/user-guide/security-testing/live-policy-stream/index.md Co-authored-by: Daniel Fangl --- .../en/user-guide/security-testing/live-policy-stream/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/user-guide/security-testing/live-policy-stream/index.md b/content/en/user-guide/security-testing/live-policy-stream/index.md index b43a2b2a4a..be85569ef3 100644 --- a/content/en/user-guide/security-testing/live-policy-stream/index.md +++ b/content/en/user-guide/security-testing/live-policy-stream/index.md @@ -7,7 +7,7 @@ description: Generate a stream of IAM policies as requests are coming into Local ## Introduction -The Live Policy Policy Stream generates a steady stream of policies along with their corresponding principals or resources. When a request is made, it initially shows the principal or resource to which the policy is to be connected. This is typically a service resource for resource-based policies, or an IAM principal for other cases. Subsequently, it displays the suggested policy. This feature aids in identifying the correct permissions for cloud applications and can help spot logical errors, such as unexpected actions in a policy. +The IAM Policy Stream generates a steady stream of policies along with their corresponding principals or resources. When a request is made, it initially shows the principal or resource to which the policy is to be connected. This is typically a service resource for resource-based policies, or an IAM principal for other cases. Subsequently, it displays the suggested policy. This feature aids in identifying the correct permissions for cloud applications and can help spot logical errors, such as unexpected actions in a policy. ## Getting started