turbot / guardrails-samples

Provides teams using Turbot Guardrails automation and configuration-as-code examples for effective management of Guardrails for their organization.
https://turbot.com/guardrails
Apache License 2.0
25 stars 29 forks source link

Add policy pack - Tagging Helpers for Cost_Center #865

Open vkumbha opened 1 week ago

vkumbha commented 1 week ago

Control objective Example of the cost center tags, i imagine a regex that would look for anything matching *cost*center* in a case insensitive way and the setting the tag key to Cost_Center

Remediation The remediation action(s) to satisfy the control objective.

Categories Proposed primary category and categories from the available list of categories.

Additional context Add any other context about the problem here.

dboeke commented 1 week ago

@vkumbha the regex should match any key with the pattern *cost*center* case insensitive and replace with Cost_Center