terraform-aws-clickops-notifier
terraform-aws-clickops-notifier copied to clipboard
Get notified when actions are taken in the AWS Console.
It would be nice to flag additional user agents https://github.com/cloudandthings/terraform-aws-clickops-notifier/blob/be9694cda07dbe74fad9e332723be3b38bb5267b/clickopsnotifier/clickops.py#L84-L91
Would be nice to ignore q:StartConversation since the aws console is a common way to interact with amazon q and does not result in creation of resources
It would be nice to show the human readable account name (or account alias). One way we can do it is by providing a JSON mapping of account-id to account-name....
## what - feat: allow dependabot to update gha ## why - Keep gha up to date ## references - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
I have a client setup like this current setup - single channel for multiple accounts ```hcl module "clickops_notifier" { source = "cloudandthings/clickops-notifier/aws" version = "5.0.4" cloudtrail_bucket_name = "org-cloudtrail" included_accounts =...
Seems that the event JSON is the largest portion of the screen. I couldn't even shrink my desktop screen enough to show the full event. We could probably reduce the...
I'm unsure why but I'm receiving multiple slack messages for the same events with the same event ids in the dame compressed file path. I received 10 alerts today of...
It would be nice to be able to customize the message https://github.com/cloudandthings/terraform-aws-clickops-notifier/blob/main/clickopsnotifier/messenger.py
Currently, when you get a notification it is not immediately clear for which account the event was (unless you've memorized all your account Ids). This can be solved by passing...