-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile "ownership tags" into the generated IaC #839
Comments
Thanks @schosterbarak , I love it! |
Related to #493 |
Seems like this is a good use case for #1218 - FYI @hasanaburayyan, @schosterbarak |
For sure! We often had the same pain at my last large org, so much so that tagging was enforced via SCP requiring certain tags to exist in order to create certain resoruces. Inspired from these docs But for sure I can see a few ways that #1218 can help with this. |
Hi, This issue hasn't seen activity in 60 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. |
Summary
Compile "ownership tags" into the generated IaC
Feature Spec
One of the things I hear a lot from practitioners is the requirement to have "ownership" of cloud resources. Some are using IaC tags, Some runtime tags, and Some innovative ones are using CI logs to trace back the owner.
Ownership is required when you want to know, "who owns the resource that costs so much/ throws errors / has security misconfigs?". Baking tags into the resources helps in those pains.
At bridgecrew we used this util named yor to bake in "ownership" from git log data into IaC.
Maybe it would be interesting to do that in wing compilation-time instead of using tools like yor.
Use Cases
Automatically add tags like:
More use cases are detailed here.
Implementation Notes
You can get a lot of data from the git command. It's likely to have it installed for most developers.
Component
Compiler
The text was updated successfully, but these errors were encountered: