Skip to content

Remove dependency on jobber #247

@pawal

Description

@pawal

Currently there is a big dependency on the Golang project jobber: https://github.com/NUKIB/misp/blob/main/.jobber
The jobber software does also have a list of CVEs.

Jobber is used to run a long list of schedules tasks. Since scheduled tasks is a new feature of the MISP software, most of those jobs can be configured to be run by MISP.

Scan attachments and OIDC user validity check are the jobs left for the MISP software to run periodically, but log rotation should be solved differently.

Tasks that should be handled by MISP:

  • Cache Feeds
  • Fetch Feeds
  • Pull Servers
  • Push Servers
  • Cache Servers
  • Send Periodic Summary

The suggestion for OIDC user validity is to run it as a regular cron job, "cake user check_user_validity". And also perhaps the scan attachments job.

If those changes are made, we could remove the dependency on jobber.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions