Skip to content

Releases: sysdiglabs/terraform-azurerm-secure

Add support for additional resources with event-hub

10 Sep 10:16
2a5425c
Compare
Choose a tag to compare

What's Changed

  • feat(azure): add diagnostic settings for additional resources (SSPROD-44285) by @SKosier in #56

Full Changelog: v0.3.6...v0.3.7

v0.2.17

05 Jun 07:24
103f8f1
Compare
Choose a tag to compare

Features

  • add permissions for aks agentless discovery (#38)

v0.2.13

24 Apr 07:35
2008fc3
Compare
Choose a tag to compare
Enable entra var to true by default

v0.2.12

12 Apr 08:22
f305bfe
Compare
Choose a tag to compare

Features

  • event-hub: add aad diagnostic settings (SSPROD-38091) (#31)
    • add entra logs in main
  • add variable for entra logs

  • disable retention policy

  • remove providers

  • added sub hash also to entra ds

  • update readme

  • default to false for entra

  • update readme

  • fix enable entra condition

  • remove providers added for testing

do not try to access root mgmt group in non-org mode

06 Feb 16:51
0373d2d
Compare
Choose a tag to compare

do not try to access root mgmt group in non-org mode

Custom role name for single subscription

02 Feb 20:37
d58be63
Compare
Choose a tag to compare

Custom role name for single subscription

Custom role for SP module

08 Jan 18:48
5838afe
Compare
Choose a tag to compare
  • add custom role for authsettings
  • remove the other 2 built-in reader roles.

v0.2.3

03 Jan 16:15
3eed38a
Compare
Choose a tag to compare

Bug Fixes

  • remove subid from eh namespace (#22)
    • remove subid from eh namespace
  • remove default values for values that we get as input

  • add back default for resource group and diagnostic settings

v0.2.2

20 Dec 10:48
7e8c8bd
Compare
Choose a tag to compare
Fix for Event Hub support in Azure single sub

v0.2.1

15 Dec 08:25
1d03d95
Compare
Choose a tag to compare

Features

  • eventhub: Org case (#17)
    • First implementation of terraform event hub for cling
  • remove sub and tenant from tf

  • add some variables and org case first draft

  • Introduce var for message retention days

  • Introduce var for location

  • Refactor

  • Refactor names

  • Add subscription_id variable and use it in the module

  • Revamp vars

  • Update versions.tf

  • Refactor main.tf

  • Add module README.md (WIP)

  • Update README.md

  • General cleanup

  • Fix bad subscription reference

  • WIP

  • add organizational file

  • Use list of mgmt groups

  • remove logs not needed for secure

  • use same variables as sp module

  • get tenant if from azurerm config

  • add service principal outputs

  • remove outputs

  • Use variable for orf diagnostics settings name


Co-authored-by: Giovanni Recupero <giovanni.recupero@sysdig.com>