diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-07-21 14:48:35 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-07-21 14:51:27 +0200 |
commit | df0eb7de5e7b8fdf3760a6a18609a6e016957602 (patch) | |
tree | 8e207904874fe639f1cbbb9a2405d7a3c8ffc829 /doc/proposals/2022-07-endpoint-url | |
parent | 235b6ea5573e46e7a93d259de37bf0b6d6068be4 (diff) |
add proposal to drop "sigsum/v0" criteria
Diffstat (limited to 'doc/proposals/2022-07-endpoint-url')
-rw-r--r-- | doc/proposals/2022-07-endpoint-url | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/proposals/2022-07-endpoint-url b/doc/proposals/2022-07-endpoint-url new file mode 100644 index 0000000..024c3b8 --- /dev/null +++ b/doc/proposals/2022-07-endpoint-url @@ -0,0 +1,12 @@ +# Proposal + +Drop the criteria that the constant "sigsum/v0" must be after a log's URL and +before a named endpoint. This does not change the definition of a log URL, but +does mean "<endpoint>" is appended to it rather than "sigsum/v0/<endpoint>". + +# Motivation + + - Protocol and version does not change for an active log and it should already + be communicated to clients via policy. + - A log operator that wants to specify protocol and/or version as part of + their URL can still do so, either in their domain name or the optional path. |