Skip to content

v1.0.6

Compare
Choose a tag to compare
@tawoyinfa tawoyinfa released this 01 Sep 16:20
· 253 commits to main since this release
7f654fc

If deploying v1.0.6 directly to your environment

Follow instructions in TEAM deployment documentation for deployment process

If upgrading from v1.0.0 - v1.0.5 to v1.0.6, please read below

Follow instructions in TEAM updating documentation for updating process

What's changed

See #62

Feature enhancement

With this change, users can be selective about the amount of logging they enable as part of their TEAM deployment. The CLOUDTRAIL_AUDIT_LOGS key is added to parameters.sh. The options are:

  • read_write - record read and write events
  • read - record only read events
  • write - record only write events
  • none - disable event logging

Depending on an organisation's regulatory and governance requirements, this can help to significantly reduce the cost of deploying the TEAM solution.

Documentation