You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
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
The text was updated successfully, but these errors were encountered: