Concordium / concordium-governance-committee-voting

This repository holds the components required to facilitate elections for the Concordium governance committee
Apache License 2.0
3 stars 8 forks source link

Remove configuration files from `election-server` #122

Closed soerenbf closed 6 months ago

soerenbf commented 6 months ago

Description

Currently, the proposed way to host the configuration files for an election is to host them through the election server. This concerns the files:

This makes the components which depend on the configuration files prone to errors due to downtime (for various reasons) of the election server.

Instead, it would make sense to host the files independently of the server, e.g. in amazon S3 or any other static file server.