x-team / the-vault

The Vault Coin counter
MIT License
3 stars 2 forks source link

Activity Log #19

Closed karolsojko closed 6 years ago

karolsojko commented 6 years ago

Would be nice to have an activity log stored, so we could see information like this:

keremgocen commented 6 years ago

@karolsojko can I kidnap an IAM profile over x-team aws account to play around with this or should I test on my own?

karolsojko commented 6 years ago

@keremgocen I used my own for testing :)

keremgocen commented 6 years ago

FINE:)

jacekelgda commented 6 years ago

@keremgocen are you planning to implement this one ?

keremgocen commented 6 years ago

Yes i will, we just need to pick a centralized logging service that will aggregate lambda logs on aws cloudwatch to a central solution (ie. Loggly, splunk etc.)

jacekelgda commented 6 years ago

Can't we just post everything to slack channel ? For example, if you created #the-vault-activity as public channel which anyone can join if interested.

What do you think ?

keremgocen commented 6 years ago

We can, but i dont think slack is a good platform for log aggregation. We could however, post daily digests on a slack channel of our choice.

jacekelgda commented 6 years ago

This is not like heavy debug logger we are talking about ( just to clarify ). We would send up to 20 requests per day to slack channel. When someone got coin or used some of the coins etc. Slack uses web sockets as well. Just a suggestion @keremgocen , but we are going toward keeping everything in one place rather then need to log somewhere else for activity.