NVIDIA / NVFlare

NVIDIA Federated Learning Application Runtime Environment
https://nvidia.github.io/NVFlare/
Apache License 2.0
593 stars 167 forks source link

email notifications to Project Admin #2594

Open dirkpetersen opened 3 months ago

dirkpetersen commented 3 months ago

Is your feature request related to a problem? Please describe. Currently the project admin does not get notified when there is something in the dashboard queue that needs approval.

Describe the solution you'd like a simple email notification to the project admin about pending approvals would be nice. For AWS based dashboards this could simply be a call to AWS SES

chesterxgchen commented 3 months ago

in Dashboard, we did not integrate with email/SMTP related system, so the user invitation and notification will be done by project admin outside of the FLARE. If we have to support this feature, we have to consider all kinds of deployments: AWS, Azure, other CSPs as well as on-prem, then we have to do more work.

dirkpetersen commented 3 months ago

Thanks, I understand. Then perhaps some event trigger that goes to a shell script whenever something needs to be approved ? The local sysadmin could then implement something that would meet the requirements or if that is not possible some documentation how one could accomplish this ? One not very elegant option would simply be reading the sqllite db with a cron Job

chesterxgchen commented 3 months ago

thanks for the suggestion. Let us consider this in the future improvement.