matanolabs / matano

Open source security data lake for threat hunting, detection & response, and cybersecurity analytics at petabyte scale on AWS
https://matano.dev
Apache License 2.0
1.46k stars 100 forks source link

[Feature Request] Allow Custom Tags on all taggable resources #10

Closed zbmowrey closed 1 year ago

zbmowrey commented 2 years ago

What

Allow users to apply their own custom AWS tags to all taggable resources.

Why

Business/Enterprise clients will need the ability to determine ownership and costs for this application.

How

Add support for an optional tags property in matano.config.yml which allows users to input a list of key:value pairs which will be applied to all taggable resources in all Matano stacks.

Samrose-Ahmed commented 1 year ago

Implemented in https://github.com/matanolabs/matano/commit/514b60a7d7888ef3e192252ed338987dc316ae29 and docs in https://www.matano.dev/docs/reference/matano-configuration-file

like:

aws_tags:
  cost_center: "80432"