takeshixx / ctfpwn

Offensive framework for attack-defence CTFs
Apache License 2.0
0 stars 0 forks source link

Implement etcd interface #24

Open takeshixx opened 7 years ago

takeshixx commented 7 years ago

The framework should fetch configuration parameters from an etcd2 instance. This would allow to change parameters during runtime.

bluec0re commented 7 years ago

I've implemented an autoreload proxy for the configuration in the develop branch. As long as the config items are not cached by the framework (which do not happen for now), everything should work as desired.

The downside is that it will check the modification time of the config file everytime a config item is read by the framework.