Infisical / infisical

♾ Infisical is the open-source secret management platform: Sync secrets across your team/infrastructure, prevent secret leaks, and manage internal PKI
https://infisical.com
Other
14.94k stars 839 forks source link

More full-fledged alerting system #715

Open dangtony98 opened 1 year ago

dangtony98 commented 1 year ago

Feature description

Currently, Infisical has a few alerts setup such as when a new device + IP is detected for login; however, we'd love to set up more (optional) alerts to make the platform even more helpful for users. In the future, I envision a dedicated section where organizations and members can select which types of alerts they would like to receive.

Before start implementing anything, it'd be great to crowdsource a list of ideas from y'all as to what types of alerts would be most useful. Here's a running list of possible alerts:

Why would it be useful?

This would be useful to inform users about various important actions happening with their account/secrets.

Additional context

This is currently just a brainstorm; no feature development here is needed at this point.

akhilmhdh commented 1 year ago

Sneak Peak

We are planning to implement a reliable queue system that will solve a lot of above issue. 😈Coming soon

dangtony98 commented 1 year ago

Idea came up recently which is to cross-utilize events from Audit Logs V2 (coming out soon) for this alerting system. This way, users can subscribe to these events.

Every time a secret is changed, for instance, a log is created and, if an alert subscription exists, an alert will also be sent.