mattermost / mattermost-plugin-legal-hold

Plugin to create and manage legal holds in Mattermost
Other
5 stars 2 forks source link

Provide Rest endpoint to trigger job #41

Closed wiggin77 closed 2 months ago

wiggin77 commented 2 months ago

Historically, for demos a special build has been provided that triggers the job every 2 minutes. As we demo the plugin for more customers, it would be easier to have a mechanism in the regular build that can trigger the job at any time.

It has been proposed that a Rest API be added that can trigger the job. This API would require a valid bearer HTTP field to authenticate the admin user.