Skip to content

Application to sync firmware files from vendor repositories into an S3 bucket

License

Notifications You must be signed in to change notification settings

metal-toolbox/firmware-syncer

Repository files navigation

Firmware Syncer

This service is responsible for downloading firmware files from vendor repositories, copying them over to a S3 bucket and populating the data in Hollow's ServerService

Diagram

Syncer

Usage

./firmware-syncer --config-file example-config.yml

Besides the configuration file, firmware-syncer requires the following environment variables set: S3_ACCESS_KEY, S3_SECRET_KEY, SYNCER_PUBLIC_KEY_FILE, SYNCER_PRIVATE_KEY_FILE

To create the pub/priv key pair, use gosignify:

gosignify -G -n -p syncer.pub -s syncer.sec

Development

TODO

Deployment

TODO