google / turbinia

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

Add API server config.download functionality. #1515

Closed hacktobeer closed 1 month ago

hacktobeer commented 1 month ago

Description of the change

This PR adds a config.download API end point to download the Turbinia configuration file in it's original format.

Applicable issues

Additional information

Checklist

hacktobeer commented 1 month ago

@jleaniz first API server contribution. Can you have a look and see what needs to be added/changed? Probably:

hacktobeer commented 1 month ago

@jleaniz PTAL -> tests added and rewritten to use FileResponse fastapi function.