diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-03-30 22:45:46 +0200 |
commit | b09d20111227be5e6d5126ec905b44a7a4e96b0d (patch) | |
tree | 955fc6be7fb1e364a1d51bcca89080ea0cfa46bc /issues/improve-server-configuration.md | |
parent | 146cd30b9eb17dd3fa5c49c844c6045d62e54a7c (diff) |
move issues to a common pad
Diffstat (limited to 'issues/improve-server-configuration.md')
-rw-r--r-- | issues/improve-server-configuration.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/issues/improve-server-configuration.md b/issues/improve-server-configuration.md deleted file mode 100644 index 7e9de71..0000000 --- a/issues/improve-server-configuration.md +++ /dev/null @@ -1,17 +0,0 @@ -**Title:** Improve server configuration and documentation </br> -**Date:** 2021-12-09 </br> - -# Summary -Make server configuration more robust and dynamically updatable without restart. - -# Description -All server configurations are currently done via command-line arguments. This -may be OK for settings that last through a log's entire lifetime. However, it -is inappropriate for parameters like `--witnesses` which are not static. - -Reading a configuration file at start and when receiving, say, SIGHUP, is an -alternative. Implementing a "control port", typically via a TCP endpoint, where -an administrator can "program" the log instance is another alternative. - -This issue requires some design considerations before getting started. It would -be good to improve documentation on how to run sigsum-log-go at the same time. |