mirror of
https://github.com/restic/rest-server.git
synced 2025-10-19 07:33:21 +00:00
8 lines
No EOL
491 B
Text
8 lines
No EOL
491 B
Text
Enhancement: Add support for proxy-based authentication
|
|
|
|
The server now supports authentication via a proxy header specified with the --proxy-auth flag (e.g., --proxy-auth=X-Forwarded-User).
|
|
When this flag is set, the server will authenticate users based on the given header and disable BasicAuth.
|
|
Note that --proxy-auth is ignored if --no-auth is set, as --no-auth disables all authentication.
|
|
|
|
https://github.com/restic/rest-server/issues/174
|
|
https://github.com/restic/rest-server/pull/307 |