google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
735 stars 161 forks source link

[FR]: API server - provide endpoint "config download" to download original configuration #1514

Closed hacktobeer closed 1 month ago

hacktobeer commented 1 month ago

The current API call config.list will output the configuration as JSON by design. Provide endpoint that will output original Turbinia config file so it can be edited/re-used with Turbinia.

jleaniz commented 1 month ago

Not a bug. That API output by design is JSON format. It seems you're asking for a feature that just lets you download the configuration file instead.

hacktobeer commented 1 month ago

Understood, rewritten and labeled as enhancement.