Skip to content

Commit 9d5fa08

Browse files
authored
chore(log_ingestion/cloud_logs) - remove warning for provider passed with alias (#68)
* chore(log_ingestion/cloud_logs) - remove warning for provider passed with alias * Improved KMS policy edit output text
1 parent 28a785f commit 9d5fa08

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/integrations/cloud-logs/templates/kms_policy_instructions.tpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
IMPORTANT: MANUAL ACTION REQUIRED
22

3-
Please add the following statement to your KMS key policy to allow Sysdig to decrypt logs.
4-
This is necessary when KMS encryption is enabled for your S3 bucket.
3+
Add the following statement to the KMS key policy used by CloudTrail
54
Without this policy addition, Sysdig may not be able to read your encrypted logs.
65

76
{

modules/integrations/cloud-logs/versions.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ terraform {
33

44
required_providers {
55
aws = {
6-
source = "hashicorp/aws"
7-
version = ">= 5.60.0"
6+
source = "hashicorp/aws"
7+
version = ">= 5.60.0"
8+
configuration_aliases = [aws.sns]
89
}
910
sysdig = {
1011
source = "sysdiglabs/sysdig"

0 commit comments

Comments
 (0)