We use Oban Pros hooks to validate requirements for some jobs, in these we are fetching records from the DB which are used later in the jobs. We are testing out shoving these records in the job’s args, but some of these could contain sensitive data and would be exposed in the Oban Web dashboard. Is it possible to filter args Oban Web’s dashboard?
It’s possible to filter args by defining a custom resolver and overriding the format_job_args/1 function (Oban.Web.Resolver — Oban Web v2.11.8)
You can also use encrypted args with Oban Pro, if you have it available.
1 Like






















