diplonat/src
LUXEY Adrien ae9550ce23 New configuration parsing using envy. Added minimal functionnality for
the future ACME parameters. Tests written and passing.

WIP: added envy dependncy and ConfigOpts structs that will constitute Diplonat's configuration

WIP: ConfigOpts from_env() and validate() methods written. No API change (the env names remain unchanged)! Now need to use our new ConfigOpts struct instead of Environment, and update references to the environment variables in the code.

WIP: RuntimeConfig with business logic done. Tests written, but they are all running from the same process - setting environment variables in each test produces incoherent results. Another solution for testing is needed.

WIP: tests are fully written using 'from_iter' and all passing
2021-08-16 10:26:06 +02:00
..
config New configuration parsing using envy. Added minimal functionnality for 2021-08-16 10:26:06 +02:00
consul.rs Better retry mechanism 2020-05-22 15:19:49 +02:00
consul_actor.rs add actor for firewall & massive refactor 2020-05-24 20:40:49 +02:00
diplonat.rs ensure chain jump is added only once 2020-06-28 19:05:36 +02:00
environment.rs WIP software 2020-05-22 18:41:13 +02:00
fw.rs corrections after review 2020-07-04 17:01:27 +02:00
fw_actor.rs corrections after review 2020-07-04 17:01:27 +02:00
igd_actor.rs Working IGD 2020-05-23 15:38:08 +02:00
main.rs New configuration parsing using envy. Added minimal functionnality for 2021-08-16 10:26:06 +02:00
messages.rs add actor for firewall & massive refactor 2020-05-24 20:40:49 +02:00