Skip to content

Commit 4e6193c

Browse files
Merge pull request #339 from MichaelEischer/polish-changelogs
Polish changelogs
2 parents 0ed9de3 + 4c368ae commit 4e6193c

File tree

4 files changed

+13
-10
lines changed

4 files changed

+13
-10
lines changed

changelog/unreleased/issue-189

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Enhancement: Support group accessible repositories
22

33
Rest-server now supports making repositories accessible to the filesystem group
44
by setting the `--group-accessible-repos` option. Note that permissions of
5-
existing files are not modified. Use `chmod -R g+rwX /path/to/repo` to make
6-
the repository group-accessible.
5+
existing files are not modified. To make an existing repository group-accessible,
6+
use `chmod -R g+rwX /path/to/repo`.
77

88
https://github.com/restic/rest-server/issues/189
99
https://github.com/restic/rest-server/pull/308

changelog/unreleased/pull-295

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Enhancement: Output status of append only mode on startup
22

3-
Rest-server now outputs whether append only mode has been enabled on startup.
3+
Rest-server now displays the status of append-only mode during startup.
44

55
https://github.com/restic/rest-server/pull/295

changelog/unreleased/pull-307

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
Enhancement: Add support for proxy-based authentication
1+
Enhancement: Support proxy-based authentication
22

3-
The server now supports authentication via a proxy header specified with the `--proxy-auth-username` flag (e.g., `--proxy-auth-username=X-Forwarded-User`).
4-
When this flag is set, the server will authenticate users based on the given header and disable BasicAuth.
5-
Note that `--proxy-auth-username` is ignored if `--no-auth` is set, as `--no-auth` disables all authentication.
3+
Rest-server now supports authentication via HTTP proxy headers. This feature can
4+
be enabled by specifying the username header using the `--proxy-auth-username`
5+
option (e.g., `--proxy-auth-username=X-Forwarded-User`). When enabled, the server
6+
authenticates users based on the specified header and disables BasicAuth.
7+
Note that proxy authentication is disabled when `--no-auth` is set.
68

79
https://github.com/restic/rest-server/issues/174
8-
https://github.com/restic/rest-server/pull/307
10+
https://github.com/restic/rest-server/pull/307

changelog/unreleased/pull-315

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Enhancement: Hardened tls settings
22

3-
rest-server now uses a secure tls cipher suit set and the minimal TLS version
4-
can be set with the option `--tls-min-ver`
3+
Rest-server now uses a secure TLS cipher suite set by default. The minimum TLS
4+
version is now TLS 1.2 and can be further increased using the new `--tls-min-ver`
5+
option, allowing users to enforce stricter security requirements.
56

67
https://github.com/restic/rest-server/pull/315

0 commit comments

Comments
 (0)