Shopify / kubeaudit

kubeaudit helps you audit your Kubernetes clusters against common security controls
MIT License
1.9k stars 183 forks source link

Feature request: Notifications #232

Open lukasmrtvy opened 5 years ago

lukasmrtvy commented 5 years ago
ISSUE TYPE

FEATURE IDEA

It would be great to have notificiations support:

ghost commented 5 years ago

Thanks for opening your first issue here! Be sure to follow the issue template!

genevieveluyt commented 5 years ago

Hi @lukasmrtvy,

Thanks for your feature idea! Could you please include a bit more detail. Do you have a specific use case? What problem are you hoping this feature will solve?

lukasmrtvy commented 5 years ago

In cluster mode, send audit info also as notification, ( additional visual info to logs to stdout,/ which can be parsed /) Something similar does https://github.com/bitnami-labs/kubewatch

Like I said, its just a visual notification. Nice to have.

On the other side, if is kubaudit part of CI/CD, and other tools provides slack/msteams notifications, then it makes sense to provide this functionality

Thanks