Skip to content

Commit

Permalink
used the wrong attribute value for AWS bucket region
Browse files Browse the repository at this point in the history
  • Loading branch information
thathaneydude committed Jun 7, 2024
1 parent adf3fb9 commit 5d86c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-config/init.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runcmd:
- corelightctl sensor deploy -v
%{ if enrichment_enabled && cloud_provider == "aws" ~}
- |
echo '{"cloud_enrichment.enable": "true", "cloud_enrichment.cloud_provider": "aws","cloud_enrichment.bucket_name": "${bucket_name}", "cloud_enrichment.bucket_region": "${bucket_region}"}' | corelightctl sensor cfg put
echo '{"cloud_enrichment.enable": "true", "cloud_enrichment.cloud_provider": "aws","cloud_enrichment.bucket_name": "${bucket_name}", "cloud_enrichment.bucket_location": "${bucket_region}"}' | corelightctl sensor cfg put
%{ endif ~}
%{ if enrichment_enabled && cloud_provider == "azure" ~}
- |
Expand Down

0 comments on commit 5d86c50

Please sign in to comment.