Skip to content

Releases: sysdiglabs/terraform-aws-secure-for-cloud

v0.9.10

19 Sep 15:22
b9cb715
Compare
Choose a tag to compare

Full Changelog: v0.9.9...v0.9.10

Features

In order to avoid IAM user credentials for k8s, use the following terraform input parameter:

    module "secure_for_cloud_aws_single_account_k8s" {
      source = "sysdiglabs/secure-for-cloud/aws//examples/single-account-k8s"
      deploy_aws_iam_user = false
      ...
    }

Documentation

  • clarify scanning start logs on force events

New Contributors

v0.9.9

13 Sep 15:55
40a7a2f
Compare
Choose a tag to compare

Features

  • Expose s3 log retention (#130)

v0.9.8

12 Sep 10:58
Compare
Choose a tag to compare

Full Changelog: v0.9.7...v0.9.8

Bug Fixes

  • fix: cloudtrail creation conditional in #129

    after the existing_cloudtrail_config refactor the deploy_cloudtrail flag was not correctly setup

Documentation

v0.9.7

07 Sep 18:42
ce2df7e
Compare
Choose a tag to compare

Full Changelog: v0.9.6...v0.9.7

Features

  • feat: organizational, add support for single-account deployment by @wideawakening in #128
    small steps to go for organizational single-account setup as required by many customers;
    ⚠️ scanning still not supported
    • added use-case explanation
    • added deploy_benchmark_organizational to deploy cloud-bench module
      on single account OR stackset (organizational)
    • added test (wip, evaluating if required time makes sense)

Documentation

  • Added DecisionRecord
  • Some more General Troubleshooting insights

v0.9.6

04 Sep 22:02
bc7840a
Compare
Choose a tag to compare

Full Changelog: v0.9.5...v0.9.6

Use-Cases

Small Changes

Documentation

  • Remove unneeded configuration_aliases in sysdig provider by @hayk99 and @tembleking (#126)
  • clarify ecs requirements on cluster/vpc/subnet by @wideawakening in #123
  • s/existing_cloudtrail_s3_config/existing_cloudtrail_config/g
  • clarify aws ingestion types
  • clarify force events
  • sync cloudtrail available options
  • fix Terraform Registry links

v0.9.5

11 Aug 03:01
7153295
Compare
Choose a tag to compare

Full Changelog: v0.9.4...v0.9.5

Small Modifications

Documentation

  • troubleshooting for organizational management account ECR scanning
  • troubleshoot not getting datasources alias
  • troubleshoot for group already exists
  • forcing events, clarify what's technically expected when image is scanned
  • k8s example, clarify any kind of K8S cluster can be used for
  • upgrading, clarify procedure

@hayk99 🙇🏽

v0.9.4

18 Jul 08:43
396525a
Compare
Choose a tag to compare

Feature

  • feat!: Enable in org-ecs, cloudtrail-s3-sns-sqs ingestor (#103)

Documentation

  • add more questions to questionnaire
  • upgrade howto
  • troubleshooting when no logs in ECS task
  • permissions clarifications

v0.9.3

11 Jul 12:26
d5578ac
Compare
Choose a tag to compare

Small Modifications

  • avoid benchmark collision leveraging name var (#115)
  • restore required_providers for aws provider (#114)
  • remove sns member policy for sns:Subscribewhen not-required (#116)

Doc

  • add question about org account purpose and cloud landing zones
  • add region questions

v0.9.2

05 Jul 15:40
9ce4be3
Compare
Choose a tag to compare

Features

  • Allow deploying all resources in management account (#112)

v0.9.1

16 Jun 08:09
36762e8
Compare
Choose a tag to compare

Bug Fixes

  • Limit KMS IAM policy principal to account id (#76)