You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(RAIN-94239): Rm modify terraform to add a policy (#127)
* Adding a new policy to avoid iam policy char limit
Adding permission for FIS and codeartifact
Adding tag call permissions for ses,backup,amp
* Fix bug
* remove empty line
* Added comments to the code to explain why we need another policy
Added explanation to the README file as well
* Add terraform doc
* Adding permission for kinesis video
Adding permission for compute optimizer
* Revise the name for the policy to be more verbose
* Fix typo
* Updated the doc
* Move new permissions all into the new policy
Updated readme
|[aws_iam_policy_document.lacework_audit_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
49
+
|[aws_iam_policy_document.lacework_audit_policy_2025_1](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
47
50
|[lacework_metric_module.lwmetrics](https://registry.terraform.io/providers/lacework/lacework/latest/docs/data-sources/metric_module)| data source |
48
51
49
52
## Inputs
@@ -76,6 +79,7 @@ Terraform module for configuring an integration with Lacework and AWS for cloud
76
79
## Lacework Audit Policy
77
80
78
81
The Lacework audit policy extends the SecurityAudit policy to facilitate the reading of additional configuration resources.
82
+
As of 1/22/2025, we have exceeded the limit of 6144 characters for a single policy, thus every service starting with KINESISVIDEO are in a new policy: lwaudit-policy-${random_id.uniq.hex}-2025-1
79
83
The audit policy is comprised of the following permissions:
80
84
81
85
| sid | actions | resources |
@@ -174,14 +178,18 @@ The audit policy is comprised of the following permissions:
0 commit comments