| Puppet Version: 7 Puppet Server Version: 7 OS Name/Version: any When listing tasks using the API (GET /puppet/v3/tasks?environment=production), the returned list contain private tasks. Desired Behavior: Do not return tasks that are private, or maybe have a flag (off by default) to explicitly return such tasks. This would be in-line with bolt which does not list private classes when running `bolt task show`. Actual Behavior: All tasks are always returned. |