securitybot
securitybot copied to clipboard
Distributed alerting for the masses!
Re-opening this PR now that it's working as intended in our environment. Also made some of the initial pep8 formatting. :-] This PR will: - Paginate fetching of users in...
Now trying to use environment variables for duo keys, if not found, uses dummy Closes #11
Hello, Thanks for putting this project out there! I came across this project from this tech blog: https://blogs.dropbox.com/tech/2017/02/meet-securitybot-open-sourcing-automated-security-at-scale/ It looks like this project hasn't had any activity in over a...
Would be nice for those more Postgres-friendly shops (like where I work). Definitely a nice-to-have.
Hi, I just noticed what appears to be a typo in the logging configuration. https://github.com/dropbox/securitybot/blob/master/main.py#L24 I assume this is supposed to be `urllib3`. Thank you!
I've followed the setup instructions in a fresh virtualenv and tried to run main.py It connects to the Slack API successfully, creates securitybot, loads configuration, and starts the RTM session....
Made modifs to ease dockerized deployment. List of changes: * Modified scripts to allow taking config options from env variables rather than hardcoded * Added Dockerfile to create docker image...
Hi, Have been able to crash the bot via "ignore last 1h1m" when no alert assigned for myself (user). ``` Traceback (most recent call last): File "main.py", line 45, in...