mozilla / mig

Distributed & real time digital forensics at the speed of the cloud

Home Page:http://mig.mozilla.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Manage agent configuration in external configuration file

jvehent opened this issue · comments

Deploying mig-agent currently requires some configuration to be placed inside of configuration.go which is integrated into the agent at build time. This requirements prevents us from distributing binaries. We should support configuring MIG through an external file entirely.

@jvehent I think there should be config file containing default value (which are currently hardcoded in configuration.go) distributed with agent executable. Let me know your thought on that.