blackstork-io / fabric

An open-source command-line tool for cybersecurity reporting automation and a configuration language for reusable templates. Reporting-as-Code
https://blackstork.io/fabric/
Apache License 2.0
12 stars 0 forks source link

Add `data.http` data source #188

Closed traut closed 4 weeks ago

traut commented 1 month ago

Background

In cases when a fitting data source is not available and it's not possible to use local data files, it would be helpful to have a data source that can fetch data from an URL.

Design

Following an example of Terraform's http provider, implement data.http data source.

Eval parameters:

References